HTML5&CSS3の勉強会(8回目)を行いました
HTML5&CSS3の勉強会を行いました
- 色指定 16進数、RGB指定、カラーネーム
- 見出しを背景色で装飾 background-color 余白 padding 線で装飾 border:1px solid #000000
- 見出しの先頭を装飾 border-left,padding-left ,background-repeat
- 段落のスタイルを整える 字下げtext-indent 文字揃え text-align
- 字間調整 letter-spacing
- レイアウトの基礎
- ボックスモデル(content padding border margin)
- ブロックレベルとインライン
- 余白調整
- ボックスサイズの計算
- 基本レイアウト header nav main footer