. 큰 이미지를 작게해서 반복하기 . 이미지 늘이기 . 작은 이미지를 크게하기 . 특별한 값: "contain"과 "cover" CSS 이미지 비율유지, 최대크기로 cover CSS 이미지 비율유지, 최대크기로 crop /* Keywords syntax */ background-size: cover; background-size: contain; /* One-value syntax */ /* the width of the image (height set to 'auto') */ background-size: 50%; background-size: 3em; background-size: 12px; background-size: auto; /* Two-value syntax */ /* first value:..