Html/html5/デザインメモ
提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:14時点における127.0.0.1 (トーク)による版 (ページの作成:「=項目ヘッダー= html <<nowiki />div class="selection_header">test</div> css →項目ヘッダー: div.selection_header { width:100%; -moz-border-radi...」)
項目ヘッダー
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;
}
