目次
エンコード・外部スタイルシートの読込み
背景
ボーダー
カラー
テキストとフォント
マージンとパディング
リスト
ボックス
表示と配置
テーブル
CSSの書式(セレクター、プロパティ、値の指定方法)
セレクターの種類
- タイプセレクター
- ユニバーサルセレクター
- 子孫セレクター
- IDセレクター
- クラスセレクター
- IDとクラスが混在するセレクター
- 属性セレクター
- :link
- :visited
- :hover
- :focus
- :active
- :nth-child(値)
- :nth-child(アルファベット値)
- :nth-last-child(値)
- :nth-last-child(アルファベット値)
- :first-child
- :last-child
- :nth-of-type(値)
- :nth-of-type(アルファベット値)
- :nth-last-of-type(値)
- :nth-last-of-type(アルファベット値)
- :first-of-type
- :last-of-type