Skip to content

Instantly share code, notes, and snippets.

@dvdopi
Created January 28, 2021 01:26
Show Gist options
  • Save dvdopi/8fded72069c7df0794591d3820200446 to your computer and use it in GitHub Desktop.
Save dvdopi/8fded72069c7df0794591d3820200446 to your computer and use it in GitHub Desktop.
Css static background
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment