facebook twitter hatena line email

「Html/html5/デザインメモ」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「=項目ヘッダー= html <<nowiki />div class="selection_header">test</div> css 項目ヘッダー: div.selection_header { width:100%; -moz-border-radi...」)
 
(相違点なし)

2015年5月20日 (水) 03:14時点における最新版

項目ヘッダー

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