Skip to content

background-repeat

background-repeat 속성에 대한 유틸리티입니다.

배경 이미지가 어떻게 반복되는지를 설정합니다. 설정을 통해 배경 이미지가 수평 및 수직 축을 따라 반복되게 하거나, 반복되지 않도록 조정할 수 있습니다.

클래스약어 클래스속성
background-repeat:repeatbg-repeat:repeatbackground-repeat: repeat !important;
background-repeat:no-repeatbg-repeat:no-repeatbackground-repeat: no-repeat !important;
background-repeat:repeat-xbg-repeat:repeat-xbackground-repeat: repeat-x !important;
background-repeat:repeat-ybg-repeat:repeat-ybackground-repeat: repeat-y !important;
background-repeat:spacebg-repeat:spacebackground-repeat: space !important;
background-repeat:roundbg-repeat:roundbackground-repeat: round !important;