기초공사 (html,css,javascript)
background-image순서 본문
//
네이버 구조분석 중
.mobile-ul li:first-of-type p:before {
content: "";
display: inline-block;
width: 22px;
height: 22px;
/* background-image: url("../img/logos.png");
background-size: 444px 434px;
background-position: -391px -73px;
background-repeat: no-repeat; */
background: url("../img/logos.png") no-repeat -391px -73px / 444px 434px;
vertical-align: top;
border: 1px soli yellowgreen;
}
저렇게 한번에 쓸수 있다.
background : [background-image] [background-repeat] [background-position] / [background-size];
'academy > html' 카테고리의 다른 글
네이버-구조분석 (1) | 2024.03.18 |
---|---|
엘리 사이트-line-gradient 방법 (0) | 2024.03.14 |
grid-사이트 및 예제 (0) | 2024.03.11 |
flex-예제 (0) | 2024.03.10 |
0310-position(static vs relative) (0) | 2024.03.10 |