back
Code
CSS
HTML
Web
#div56{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-right-width:17px;
}
#div57{
width:250px;
height:70px;
text-align:center;
border-width:3px;
border-style:solid;
border-right-style:dotted;
}
#div58{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-right-color:orange;
}
#div59{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-style:solid;
border-right: 15px dashed purple;
}