라운드박스연구01


라운드박스연구01

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>라운드박스연구01</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;} </style> </head> <body> <div class="box"> <div class="in">내용</div> </div> </body> </html>...



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