back
Code
CSS
HTML
Web
#div26{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:none;
}
#div27{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:solid;
}
#div28{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:dotted;
}
#div29{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:dashed;
}
#div30{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:inset;
}
#div31{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:outset;
}
#div32{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:ridge;
}
#div33{
width:250px;
height:70px;
text-align:center;
border-width:2px;
border-color:black;
border-style:groove;
}
#div34{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:double;
}
#div35{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:hidden;
}
#div36{
width:250px;
height:70px;
text-align:center;
border-width:5px;
border-color:black;
border-style:inherit;
}