반응형
See the Pen 다중 배경 by nilgi (@nilgi) on CodePen.
background: url(image.png), url(image.jpg); / 앞 이미지, 뒤 이미지
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
background-size: 146px 251px, 50px 50px;
- 속기
background: url(image.png) right bottom no-repeat , url(image.jpg) left top repeat;
크기는 속기에 사용할 수 없다.
반응형