facebook twitter hatena line email

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;
}