Html/html5/デザインメモ
提供: 初心者エンジニアの簡易メモ
項目ヘッダー
html
<div class="selection_header">test</div>
css
/* 項目ヘッダー */ div.selection_header { width:100%; -moz-border-radius: 3px; border-radius: 3px; background-color:#1b60a7; color:#ffffff; font-size:14px; text-align:center; padding:2px; margin:2px; font-weight:bold; text-shadow:none; }