Skip to content

Instantly share code, notes, and snippets.

@galaakk
Created September 8, 2012 19:54
Show Gist options
  • Save galaakk/3679192 to your computer and use it in GitHub Desktop.
Save galaakk/3679192 to your computer and use it in GitHub Desktop.
CSS : Simple image fullscreen
body {
background: url(image.jpg) no-repeat;
background-size: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment