[css] 바탕화면 꽉채우기

 html {

      background: url(이미지경로) no-repeat center center fixed;

      -webkit-background-size: cover;

      -moz-background-size: cover;

      -o-background-size: cover;

      background-size: cover;

    }


css에 위 내용 추가 

'Programming > Css' 카테고리의 다른 글

[Css] Dropbox css로 구현하기.  (0) 2017.07.11
[html5/css]슬라이드 메뉴 right navbar  (0) 2017.04.29
[html5] layout template  (0) 2017.04.27
[css] filetree css  (0) 2017.04.20
디자인 프레임워크  (0) 2016.12.27