차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
tech:css_background [2017/06/18 16:37] V_Ltech:css_background [2017/07/03 12:43] (현재) V_L
줄 10: 줄 10:
     background-repeat || background-attachment ||     background-repeat || background-attachment ||
     background-position] | inherit]      background-position] | inherit] 
 +
 +
 +  background-image: url(/img/4x3.png);
 +  background-repeat: no-repeat;
 +   background-position: center center;
 +   background-attachment: fixed; 
 +  -webkit-background-size: cover;
 +  -moz-background-size: cover;
 +  -o-background-size: cover;
 +  background-size: cover;
  
 =====Cover===== =====Cover=====