2023. 7. 18. 14:15

input[type="text"]

ul li:nth-of-type(2) { } - 인덱스가 1부터 시작

 

margin: 0 auto; 위 아래 0 좌우는 가운데

 

margin: 10 20 30 : 위 10 좌우 20 아래 30

 

100% : 부모 태그의 크기 기준 - width 만 적용

 

vw : viewport width 로 적용 100vw 이 최대

 

vh : viewport height 로 적용 100vh로 확대

 

background-image: url(../img/rose.png);

background-repeat: no-repeat;

background-position: center center;

background-size: contain, cover;

background-attachment: fixed;