菜鸟菜鸟菜菜鸟

灵活的圆角框

.box{
width:20em;
background:#effce7 url(img/bottom-left.gif) no-repeat left bottom;}
.box-outer{
background:url(img/bottom-right.gif) no-repeat right bottom;
padding-bottom:1em;}
.box-inner{
background:url(img/top-left.gif) no-repeat left top;}
.box h2{
background:url(img/top-right.gif) no-repeat right top;
padding-top:1em;}
.box h2,.box p{
padding-left:1em;
padding-right:1em;}

 

<div class="box">

<div class="box-outer">
<div class="box-inner">
<h2>Lorem Ipsum</h2>
<p>Lorm Ipsum dolor sit amet,consecteteur adipiscing elit...........</p>
</div>
</div>
</div>

 

posted on 2016-09-07 13:13  菜鸟菜鸟菜菜鸟  阅读(140)  评论(0)    收藏  举报

导航