배경 이미지의 크기를 너비 100px, 높이 80px로 변경하십시오.
코드
body { background: url(img_flwr.gif); background-repeat: no-repeat; background-size: 100px 80px; }
실행결과