소개
CSS를 이용하면 엘리먼트의 배경을 지정할 수 있습니다. 여기서는 배경과 관련된 중요속성들을 알아봅니다.
- background-color : red
- background-image : url("bg.png")
- background-repeat : repeat, no-repeat, repeat-x, repeat-y
- background-attachment : scroll, fixed
- background-position : left top or x% y% or x y
- background-size : 100px 100px or cover or contain
참고