background-repeat
background-repeat 속성에 대한 유틸리티입니다.
배경 이미지가 어떻게 반복되는지를 설정합니다. 설정을 통해 배경 이미지가 수평 및 수직 축을 따라 반복되게 하거나, 반복되지 않도록 조정할 수 있습니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
background-repeat:repeat | bg-repeat:repeat | background-repeat: repeat !important; |
background-repeat:no-repeat | bg-repeat:no-repeat | background-repeat: no-repeat !important; |
background-repeat:repeat-x | bg-repeat:repeat-x | background-repeat: repeat-x !important; |
background-repeat:repeat-y | bg-repeat:repeat-y | background-repeat: repeat-y !important; |
background-repeat:space | bg-repeat:space | background-repeat: space !important; |
background-repeat:round | bg-repeat:round | background-repeat: round !important; |