CSS超基本

クラス

(css file) .クラス名{ プロパティ:値; }
(html file) <タグ class=”クラス名”>〜

ID

(css file)
タグ名#ID 名{ プロパティ:値; }または
#ID 名{ プロパティ:値; }
(html file)
<タグ id=”ID 名”>〜

margin:上 右 下 左; (時計と同じ12時から始まる)

セレクタ

div#id p ‥‥ div#id の中にある p に適用(ネストしていても適用)
div#id > p ‥‥ div#id 直下にある p に適用(IE6は対応してない)

参照サイト http://www.tohoho-web.com/css/basic.htm

コメントをどうぞ

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>