文字に対するスタイル指定 color: 色(カラーコード) font-style: フォントのスタイル font-size: フォントのサイズ font-family: フォントの種類 font-weight: フォントのウエイト font: 文字に対する複数指定 text-align: テキストの位置(横) vertical-align: テキストの位置(縦) text-decoration: 文字装飾 text-indent: 字下げ幅 margin: 上下左右の余白幅 line-height: 行の高さ letter-spacing: 文字間隔の幅 word-spacing: 単語の間隔 white-space: 改行の扱い
背景(画)に対するスタイル指定 background-color: 色(カラーコード) background-image: url('画像のパスとファイル名') background-attachment: fixed background-position: 画像の指定位置 background-repeat: repeat background: 複数の背景画像指定
表と線、枠に対するスタイル指定 width: 横幅のサイズ height: 縦幅(高さ)のサイズ border-style: 枠のスタイル border-width: 枠のサイズ border-color: 色(カラーコード) border: 複数の枠線指定 -moz-border-radius: パーセント padding: 位置指定 table-layout: fixedまたはauto border-collapse: collapseまたはseparate position: 配置位置 z-index: 重ね順 float: rightまたはleft
その他のスタイル指定 a: リンク cursor: カーソルの形 list-style-type: 項目リストの表示方法 list-style-image: url("画像のパスと画像ファイル名") list-style-position: list-style: 項目リストの指定 scrollbar-*: スクロールバーの色
TOPページ(Alt+B)