1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Document /* background의 크기를 결정하는 태그를 조절 */ html, body{ margin: 0; height: 100%; } body{ /* 이미지 저장 */ background-image: url('./flower.webp'); /* 이미지 출력횟수 제한. x축 반복, y축 반복, 단순 반복 사용가능 */ background-repeat: no-repeat; /* background 크기 조절 cover나 contain(비율조절) 사용 */ background-size: cover ; /* center center 처럼 x..