Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Last active September 29, 2018 15:12
Show Gist options
  • Save acoyfellow/34a42544cfbbc6538bd521c608fcc620 to your computer and use it in GitHub Desktop.
Save acoyfellow/34a42544cfbbc6538bd521c608fcc620 to your computer and use it in GitHub Desktop.
<style>
body{
background-color: #000000;
background-image: url(https://firebasestorage.googleapis.com/v0/b/phonesites-prod.appspot.com/o/images%2FFRgtdbw6sIPmGD8MKYGGMCW6FHI2%2F1538227506873*background*jpg?alt=media&token=d17f4104-005f-4d4a-8d27-ae7ffb73eb99);
background-size: cover;
background-position: center;
}
body > div{
background: rgba(0, 0, 0, 0.81);
border-radius: 1rem;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment