corrected border drawing with multiple colors

initial code for border-radius implemented
This commit is contained in:
Niklas von Hertzen
2012-06-26 15:15:46 +03:00
parent 311a67ee22
commit cce6e3537c
4 changed files with 123 additions and 14 deletions

View File

@ -26,6 +26,8 @@
border: 23px double #669966;
background-color: #ccffcc;
padding-left: 5px;
border-left-color:yellow;
border-right-color: blueviolet;
}
#div2 {
@ -38,6 +40,9 @@
border: 20px dotted #990000;
background-color: #ffdddd;
text-align: center;
border-top-color: blue;
border-top-width:0px;
}
#div4 {