본문 바로가기

CSS3/CSS Tutorial

background

background :


background-color :


background-image : url();


background-repeat : 

 - repeat ;

 - repeat-x ;

 - repeat-y ;

 - no-repeat ;


background-position :

 - background-position : 30px 20px;

 - background-position :center bottom;   
    ( top, left, center, right)
    (top, middle, bottom)


background-attachment :

 - scroll // 스크롤에 따라 이동

 - fixed  // 스크롤되지 않음


background-size :

 - auto

 - contain

 - cover

 - 300px, 300%


background-clip :

 - border-box ;

 - padding-box :

 - content-box : 


background-origin :

 - border-box ;

 - padding-box :

 - content-box : 


'CSS3 > CSS Tutorial' 카테고리의 다른 글

font, text  (0) 2014.09.17
ul, li  (0) 2014.09.17
a  (0) 2014.09.17
blank  (0) 2014.09.17
selsector  (0) 2014.09.17