background-repeat
배경 이미지 반복 방식을 정합니다.
기본은 repeat(타일처럼 반복)입니다. no-repeat로 한 번만 표시하거나 축별로 반복을 제어합니다.
주요 값repeat | no-repeat | repeat-x | repeat-y
예시
.bg { background-repeat: no-repeat; }← CSS 속성 사전 전체 보기배경 이미지 반복 방식을 정합니다.
기본은 repeat(타일처럼 반복)입니다. no-repeat로 한 번만 표시하거나 축별로 반복을 제어합니다.
주요 값repeat | no-repeat | repeat-x | repeat-y
예시
.bg { background-repeat: no-repeat; }← CSS 속성 사전 전체 보기