background-color: hex | rgb() | isim;
background-image:url(elma.jpg), url(limon.jpg);
background-repeat: repeat-x | repeat-y | no-repeat
background-attachment: fixed | scrolls ;
background-position: left, right, bottom, top, center, px, %;
background-size: wpx hpx | w% h% | auto | cover | contain;
background-origin: padding-box | border-box | content-box (background-img sınırlarını belirler)
background-clip: padding-box | border-box | content-box (background-color sınırlarını belirler)
background-blend-mode: normal | multiply | screen | overlay | darken | lighten | color-dodge | saturation | color | luminosity;