Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

border style

/* The black border occurs if you didn't set the border style */
button {
	border-style: solid;
}
 
PREVIOUS NEXT
Tagged: #border #style
ADD COMMENT
Topic
Name
2+3 =