Skip to content

Instantly share code, notes, and snippets.

@agentcobra
Created May 3, 2018 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentcobra/a73a2b1cbd6de141c1525f044f20fa50 to your computer and use it in GitHub Desktop.
Save agentcobra/a73a2b1cbd6de141c1525f044f20fa50 to your computer and use it in GitHub Desktop.
body .paper {
position: relative;
margin: auto;
background-color: #242c1a;
background-image: radial-gradient(circle farthest-corner at 126% 36%, rgba(0,0,0,0) 65%, #000206 81%),radial-gradient(circle farthest-corner at 47% 50%, #5d818a 9%, #062931 76%);
box-shadow: 0 0 10em 8em #251e0b,0 0 5em 20em #473c1c,0 0 14em 34em #2e2613,0 0 0 40em #261e0f;
overflow: hidden;
box-sizing: content-box;
width: 650em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment