[新着] Webテンプレートを仮オープンしました
h1{
font-size: large;
font-weight: normal;
text-align: center;
margin: 3px;
border-width: 1px;
border-style: inset;
border-color: #FFF;
}h1{
font-size: large;
font-weight: normal;
text-align: center;
margin: 3px;
border-width: 0px 1px 1px 0px; /* 枠線の太さ。上右下左の順 */
border-style: inset; /* 枠線の形状(凹んだ感じの線) */
border-color: #FFF; /* 枠線の色 */
}