Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Last active September 28, 2018 00:59
Show Gist options
  • Save acoyfellow/99b5a92689b3b60730cc3d1b3358970f to your computer and use it in GitHub Desktop.
Save acoyfellow/99b5a92689b3b60730cc3d1b3358970f to your computer and use it in GitHub Desktop.
PhoneSites BG image + color snippet
<style>
body > div{
background: rgba(0, 0, 0, 0.7);
}
body{
background-image: url("http://i68.tinypic.com/2mo7220.jpg");
height: 100%;
background-repeat: repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment