initial border-radius rendering

This commit is contained in:
MoyuScript
2013-01-02 21:26:24 +02:00
parent 7694b11a04
commit ca32ce6254
3 changed files with 273 additions and 82 deletions

View File

@ -31,7 +31,7 @@
.box3 {
border-width: 10px;
border-left-color: #00b5e2;
border-left-color: transparent;
border-top-color: red;
border-right-color: green;
}
@ -40,7 +40,9 @@
border-width: 50px;
border-left-color: #00b5e2;
border-top-color: red;
border-top-width: 10px;
border-right-color: green;
border-bottom-right-radius: 190px;
}
html {