Html/html5/デザインメモ

提供: 初心者エンジニアの簡易メモ
2015年5月19日 (火) 18: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

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