background image

by dirkk0

CSS

body {
    background: url(http://images.nationalgeographic.com/wpf/media-live/photos/000/594/cache/best-astro-photographs-space-pictures-2012-ngc-6960_59489_600x450.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }