blob: 2bef30e72065bbd2baf98d91aa91da6512297ba6 [file] [log] [blame]
bdash020f9562006-11-21 12:08:13 +00001<html>
2<head>
3 <style type="text/css">
4 div {
5 width: 200px;
6 height: 200px;
7 border: 10px solid cyan;
8 border-bottom-color: blue;
9 border-right-color: red;
simon.fraser@apple.com60c5c7c2011-04-16 21:13:38 +000010 border-top-right-radius: 40px;
11 border-bottom-left-radius: 60px;
12 border-bottom-right-radius: 30px;
bdash020f9562006-11-21 12:08:13 +000013 background-color:lime;
14 }
15 </style>
16</head>
17<body>
18 <div>
19 &nbsp;
20 </div>
21</body>
22</html>