background 속성은 요소의 배경에 대한 여러 속성을 설정하는 데 사용됩니다. 이 속성을 사용하여 배경색, 이미지, 그림자 등을 설정할 수 있습니다.
background-color:
background-color: #ff0000;background-image:
background-image: url('image.jpg');background-repeat:
repeat, repeat-x, repeat-y, no-repeat 등이 있습니다.
background-position:
center, top, left)나 백분율, 픽셀 등이 사용됩니다.
background-size:
cover, contain, 픽셀 값, 백분율 등이 사용됩니다.background-attachment:
scroll, fixed 등이 사용됩니다.background-origin:
padding-box, border-box, content-box 등이 사용됩니다.background-clip:
border-box, padding-box, content-box 등이 사용됩니다.