CSS Property:

outline-width

Result:

Example of the CSS outline-width property.

CSS Code:

#myDiv {
                
padding:30px;
margin:20px;
border:5px solid pink;
outline-style:dotted;
outline-color:#86C2DE;
}
Click the property values above to see the result
W3Docs.com-Play it
Do you find this helpful?