라운드박스연구02


라운드박스연구02

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>라운드박스연구02</title> <style> body{background:#999; margin:0;} .box{outline:1px dotted #00f; width:200px; background:url(bottom.png) no-repeat left bottom; padding-bottom:20px; margin:0 auto 50px auto;} .in{min-height:200px; outline:2px #f00 dotted; background:#fff;} .box b{height:20px; display:block; background:url(top.png);} </style> </head> <body> <div class="box"> <b></b> <div class="in">내용</div> </div> </body> </html>...



원문링크 : 라운드박스연구02