Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background shorthand

body {
  background:
     red                      /* background-color */
     url(sunset.jpg)          /* background-image */
     top center / 200px 200px /* background-position / background-size */
     no-repeat                /* background-repeat */
     fixed;                   /* background-attachment */
}
 
PREVIOUS NEXT
Tagged: #background #shorthand
ADD COMMENT
Topic
Name
3+5 =