OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div { | 4 div { |
5 border-width: 21px 30px 30px 21px; | 5 border-width: 21px 30px 30px 21px; |
6 width: 75px; | 6 width: 75px; |
7 height: 75px; | 7 height: 75px; |
8 margin: 10px; | 8 margin: 10px; |
9 -webkit-border-image: -webkit-gradient(linear, left top, left bottom , from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 3 0 30 21 repeat repeat; | 9 -webkit-border-image: -webkit-gradient(linear, left top, left bottom , from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00)) 21 3 0 30 21 repeat repeat; |
10 border-style: solid; | |
10 } | 11 } |
11 </style> | 12 </style> |
12 </head> | 13 </head> |
13 <body> | 14 <body> |
14 <div></div> | 15 <div></div> |
15 </body> | 16 </body> |
16 </html> | 17 </html> |
OLD | NEW |