<!DOCTYPE html> <html> <head> <title>fillet</title> <style type="text/css"> *{ margin: 0; padding: 0; } .box{ width:100px ; background: url(fillet_bottom.png) no-repeat left bottom; } .box h2{ background: url(fillet_top.png) no-repeat left top; } </style> </head> <body> <div class="box"> <h2>HeadlineHeadline</h2> <p>ContentContentContent</p> </div> </body> </html>
如下图所示
想不通。。。
Suber丶林