Answers for "border-style design css"

CSS
0

border style

CSS Code:

div {
    border-width:5px;  
    border-style:dotted solid double dashed;
}
/* dotted: A line that consists of dots. */
Posted by: Guest on December-31-2021
-1

border-style

The border-style property sets the style of an element's four borders.
Posted by: Guest on March-19-2021

Browse Popular Code Answers by Language