Answers for "background clip css property"

CSS
0

css background-clip

/*This property specifiess how far the background should extend within an element*
Values 
the default-value is border-box
content-box : background extends to the edge of the content box
padding-box: background extends to the inside edge of the border
border-box: background extends behind the border
initial : sets property to default value
*/
Posted by: Guest on December-15-2021

Code answers related to "background clip css property"

Browse Popular Code Answers by Language