Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Last active May 19, 2020 19:30
Show Gist options
  • Save agustinpfs/04aaa25c3e195e6447a1a8e8273dee2f to your computer and use it in GitHub Desktop.
Save agustinpfs/04aaa25c3e195e6447a1a8e8273dee2f to your computer and use it in GitHub Desktop.
Background image css
<style>
body {
background: url("") no-repeat center center fixed;
background-size: cover;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment