Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

border css

.borderstyles{
	border-style: none;
    border-style: hidden;
    border-style: dotted;
    border-style: dashed;
    border-style: solid;
    border-style: double;
    border-style: groove;
    border-style: inset;
    border-style: ridge;
    border-style: outset;
    border-style: initial;
    border-style: inherit;
}
Source by madni.hashnode.dev #
 
PREVIOUS NEXT
Tagged: #border #css
ADD COMMENT
Topic
Name
8+5 =