back
Code
CSS
HTML
Web
#div52{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-left-width:17px;
}
#div53{
width:250px;
height:70px;
text-align:center;
border-width:3px;
border-style:solid;
border-left-style:dotted;
}
#div54{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-left-color:orange;
}
#div55{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-left: 15px dashed purple;
}