Search
 
SCRIPT & CODE EXAMPLE
 

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 */
}
Comment

PREVIOUS NEXT
Code Example
Css :: center div with flexbox 
Css :: pseudo class vs pseudo element 
Css :: animation shorthand css 
Css :: absolute center css 
Css :: aspect ratio css 
Css :: how to make a list vertical in css 
Css :: animation fade in css 
Css :: css curved border 
Css :: select last tr in table css 
Css :: input area bootstrap highlight 
Css :: terminal check time 
Css :: gradient over background video 
Css :: css select all immediate children 
Css :: Shadow On left & right side 
Css :: css mauszeiger ändern 
Css :: where css 
Css :: animate progress tag css 
Css :: how to remove margins css 
Css :: center text in height css 
Css :: webkit box shadow not working 
Css :: how to remove underline from hyperlink css 
Css :: Cambiar el color de texto al hacer scroll css 
Css :: create circle border css 
Css :: cypress element css 
Css :: zoom background image css 
Css :: rotate icon 
Css :: .row bootstrap 
Css :: css infinite horizontal scroll 
Css :: css line height 
Css :: when change size image not change contrast css 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =