로딩
요청 처리 중입니다...

라운드박스 다른 이론01

 라운드박스 다른 이론01

라운드박스 다른 이론01 body{background:#c0ffee;} .box{ position:relative; width:200px; min-height:100px; border:2px solid #000; /*border-radius:20px;*/ background:#fff;} .box b{display:block; width:20px; height:20px; outline:1px #f00 dotted; background:url(corners.png) no-repeat; position:absolute;} .box .lt{left:-2px; top:-2px; background-position:left top;} .box .rt{right:-2px; top:-2px; background-position: right top;} .box .l...