HTML & CSS
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기
자기개발자 유자
2018. 8. 9. 22:50
728x90
반응형
[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기
background-image: url(url 경로);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
(좌) 웹 버전 / (우) 모바일 버전
728x90
반응형