back
Code
CSS
HTML
Web
#div44{
width:250px;
height:70px;
text-align:center;
border-style:solid;
border-width:2px;
border-bottom-width:15px;
}
#div45{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-bottom-style:dashed;
}
#div46{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-bottom-color:red;
}
#div47{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-bottom:5px dashed blue;
}