Full background Image

by oilvier

CSS

html {
        background: url(http://placekitten.com/800/600) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    padding:0; margin:0;
}

body {padding:0; margin:0;}