Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
*/
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
8+4 =