bdash | 020f956 | 2006-11-21 12:08:13 +0000 | [diff] [blame] | 1 | <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.com | 60c5c7c | 2011-04-16 21:13:38 +0000 | [diff] [blame] | 10 | border-top-right-radius: 40px; |
| 11 | border-bottom-left-radius: 60px; |
| 12 | border-bottom-right-radius: 30px; |
bdash | 020f956 | 2006-11-21 12:08:13 +0000 | [diff] [blame] | 13 | background-color:lime; |
| 14 | } |
| 15 | </style> |
| 16 | </head> |
| 17 | <body> |
| 18 | <div> |
| 19 | |
| 20 | </div> |
| 21 | </body> |
| 22 | </html> |