スポンサーサイト
2008-10-08(Wed) 04:33| | トラックバック(-)| コメント(-)
h3{<h3 class="title">〜</h3>
font-size: 15px;
font-weight: bold;
margin: 5px 0 20px 10px;
}
h3.title{<h3 id="title">〜</h3>
font-size: 15px;
}
h3#title{<div id="content">
font-size: 15px;
}
#content h3{特定のidセレクタ(ブロック要素)内のh3セレクタに適用
font-size: 15px;
}
|
#wrapper |
|
| #sideber ← |
#main → |
|
#wrapper |
|||||
|
|
||||