Answers for "The border-width property sets the width of an element’s four borders in a single declaration."

CSS
1

border width css

element {
	border-width: 10px;
  	/* Or use shorthand border property */
  	/* width style colour */
  	border: 10px solid black;
}
Posted by: Guest on October-25-2020

Code answers related to "The border-width property sets the width of an element’s four borders in a single declaration."

Browse Popular Code Answers by Language