フリー素材|囲み枠、飾り枠-21
レースの囲み枠、飾り枠
frame21-a
htmlとcssは背景色以外共通画像は使用するものを保存してください
- ▼html/css/img▼
-
html
<div class="box21"> <div class="box-top"> <div class="u01"></div> </div> <div class="box-center"> <div class="box-inner"> ここに文字 </div> </div> <div class="box-bottom"> <div class="s01"></div> </div> </div>
css.box21 { margin:1em 0; /* 中央寄せは0をautoに変更 */ width:80% /* 幅 */ } .u01 { background:url(f-ue.gif) repeat-x; height:23px; margin:0 23px } .s01 { background:url(f-sita.gif) repeat-x; height:23px; margin:0 23px } .box-top { background-image:url(f-kado1.gif), url(f-kado2.gif); background-position:top left, top right; background-repeat:no-repeat, no-repeat; height:23px } .box-center { background-image:url(f-migi.gif), url(f-hidari.gif); background-position:top right, top left; background-repeat:repeat-y, repeat-y } .box-inner { background:#ffd6da; /* 背景色 */ margin:0 23px } .box-bottom { background-image:url(f-kado3.gif), url(f-kado4.gif); background-position:top left, top right; background-repeat:no-repeat, no-repeat; height:23px }
image
【frame21-a】background:#ffd6da;
【frame21-b】background:#fff;
【frame21-c】background:#c8dddd;
【frame21-d】background:#cebe8c;
【frame21-e】background:#000;
× close
frame21-b
frame21-c
frame21-d
frame21-e