灵活的圆角框
.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>

浙公网安备 33010602011771号