bdakin | f0cf256 | 2006-05-31 21:30:21 +0000 | [diff] [blame] | 1 | <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 | | ||||
16 | </div> | ||||
17 | </body> | ||||
18 | </html> |