라운드박스 다른 이론01


라운드박스 다른 이론01

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>라운드박스 다른 이론01</title> <style> 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...



원문링크 : 라운드박스 다른 이론01