Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Last active March 7, 2022 19:37
Show Gist options
  • Save DaCuteRaccoon/f5a96a3ee8cb2c0ee6dd2cdd77dfc3e0 to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/f5a96a3ee8cb2c0ee6dd2cdd77dfc3e0 to your computer and use it in GitHub Desktop.
Custom CSS for Board Game Arena!
/* https://gist.github.com/DaCuteRaccoon/f5a96a3ee8cb2c0ee6dd2cdd77dfc3e0 */
html, body {
height: 100%;
/* background-image: url(INSERT URL FOR NEW BACKGROUND IMAGE HERE); */
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment