Hi

(css) background-repeat 속성 본문

WEB(웹)

(css) background-repeat 속성

SharingWorld 2018. 5. 29. 16:29

배경 이미지 반복 방법 지정하기


background-repeat : repeat | repeat-x | repeat-y | no-repeat


속성 값 

설명 

 repeat

브라우저 화면에 가득 찰 때까지 배경 이미지를 가로와 세로로 반복(초기값)

 repeat-x

 창 너비와 같아질 때까지 배경 이미지를 가로로 반복

 repeat-y

 창 높이와 같아질 때까지 배경 이미지를 세로로 반복

 no-repeat

 배경 이미지를 한번만 표시하고 반복하지 않습니다.








출처 - Doit! html5+css3 웹표준의 정석

'WEB(웹)' 카테고리의 다른 글

(css) background-position속성  (0) 2018.05.29
(css) background-size 속성  (0) 2018.05.29
background-image 속성  (0) 2018.05.29
(css) background-clip 속성  (0) 2018.05.29
(css) background-color 속성  (0) 2018.05.29