outline-style
CSS Property:
Result:
Example of the CSS outline-style property.
CSS Code:
#myDiv {
padding:30px;
margin:20px;
border:4px solid pink;
outline-color:#86C2DE;
outline-style:dotted;
}
Click the property values above to see the result
Click the property values above to see the result