ホームページの作り方・WordPress・jQuery・SEO

2013.10.15 / 更新日:2013.10.15

枠線をまとめて指定 [border]

border-top:上の線
border-bottom:下の線
border-left:左の線
border-right:右の線
border:

[CSS]

.sample1{border:double 5px #ff9900;}
.sample1{border:dashed 3px #ffcc00;}
.sample1{border:dotted 8px #0000ff;}
.sample1{border:ridge 10px #996600;}

double 5px #ff9900

dashed 3px #ffcc00

dotted 8px #0000ff

ridge 10px #996600

« »

トップ