Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background origin CSS

/* Key word values */
background-origin: border-box;
background-origin: padding-box;
background-origin: content-box;

/* Global Values */
background-origin: inherit;
background-origin: initial;
background-origin: unset;
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #background #origin #CSS
ADD COMMENT
Topic
Name
6+5 =