Skip to content

Instantly share code, notes, and snippets.

@BretCameron
Created March 7, 2019 12:59
Show Gist options
  • Save BretCameron/b71b7cb7117e12201daa05d2fad67466 to your computer and use it in GitHub Desktop.
Save BretCameron/b71b7cb7117e12201daa05d2fad67466 to your computer and use it in GitHub Desktop.
.day > .App-header {
color: #111;
background: #fff url(http://pluspng.com/img-png/sun-png-clear-background-download-547.png) no-repeat;
background-size: 200px;
background-position: 50% 20%;
}
.night > .App-header {
color: #fff;
background: #111 url(https://i2.wp.com/freepngimages.com/wp-content/uploads/2016/11/super-moon.png?fit=624%2C624) no-repeat;
background-size: 200px;
background-position: 50% 20%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment