2015-12-08から1日間の記事一覧

【CSS】【HTML】直書きの記述

See the Pen QywrLw by codebox (@codebox) on CodePen.

【CSS】要素を角丸にする

CSS

See the Pen XXJeYw by codebox (@codebox) on CodePen. See the Pen XXJeYw by codebox (@codebox) on CodePen. See the Pen XXJeYw by codebox (@codebox) on CodePen.

【HTML】ファビコンの設定

See the Pen VeYMVK by codebox (@codebox) on CodePen.

【CSS】dlをtableの様にレイアウト

CSS

dtにfloatをddにmarginを指定して dt分の横幅を指定する。See the Pen gPbzay by codebox (@codebox) on CodePen. See the Pen gPbzay by codebox (@codebox) on CodePen. See the Pen gPbzay by codebox (@codebox) on CodePen.

【CSS】class名とid名に使える名前一覧

CSS

ヘッダー header head heading top headTop headerTop topArea topBase メイン main mainArea contents mainContents mainContainer blockArea mainSection mainBox contentBlock mainBase サイド side sidebar sideOne sideTwo menu sideMenu sideContent s…

【CSS】!important;による優先度の変更

CSS

!important;を使うとスタイルを優先させることができます。 「プロパティ: 値」の後に半角スペースで区切り!important;を配置します。See the Pen obgwbZ by codebox (@codebox) on CodePen.