Answers for "css background color clip"

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

Browse Popular Code Answers by Language