back
Code
CSS
HTML
Web

#div278{
width:200px;
height:75px;
border:2px solid black;
outline-width:5px;
outline-color: red;
outline-style:dashed;
}

#div279{
width:200px;
height:75px;
border:2px solid black;
outline-width:5px;
outline-color: yellow;
outline-style:double;
}

#div280{
width:200px;
height:75px;
border:2px solid black;
outline-width:5px;
outline-color: green;
outline-style:ridge;
}