back
Code
CSS
HTML
Web
#div48{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-top-width:12px;
}
#div49{
width:250px;
height:70px;
text-align:center;
border-width:3px;
border-style:solid;
border-top-style:dotted;
}
#div50{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-top-color:green;
}
#div51{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-top: 5px solid red;
}