blob: 09d7031309df45985b3a9adcf61c812b4866c3fa [file] [log] [blame]
bdakinf0cf2562006-05-31 21:30:21 +00001<html>
2<head>
3 <style type="text/css">
4 div {
5 width: 200px;
6 height: 200px;
7 border: 10px solid #f00;
8 -webkit-border-radius: 60px;
9 background-color:lime;
10 }
11 </style>
12</head>
13<body>
14 <div>
15 &nbsp;
16 </div>
17</body>
18</html>