CSS
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기
Liber Spiritus
2021. 5. 20. 02:21
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기 background-image: url(url 경로); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-..
yuja-kong.tistory.com
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기
background-image: url(url 경로);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
(좌) 웹 버전 / (우) 모바일 버전