back
Code
CSS
HTML
Web
#div37{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-style:solid;
border-color:transparent;
}
#div38{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-style:solid;
border-color:inherit;
}
#div39{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-style:solid;
border-color:red;
}
#div40{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-style:solid;
border-color:blue green;
/*Top and bottom are blue,
sides are green.*/
}
#div41{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-style:solid;
border-color:#FF8B00;
}