본문 바로가기

HTML & CSS

[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기

728x90
반응형

[CSS] background url 이미지 웹, 모바일 크기 동시에 맞추기

background-image: url(url 경로);

background-position: center center;

background-repeat:  no-repeat;

background-attachment: fixed;

background-size:  cover;



  


(좌) 웹 버전 / (우) 모바일 버전


728x90
반응형

'HTML & CSS' 카테고리의 다른 글

[CSS] CSS 초기화 사이트  (0) 2018.05.30