Skip to content

Instantly share code, notes, and snippets.

@Kishorchandth
Created February 6, 2020 16:39
Show Gist options
  • Save Kishorchandth/419e2f1d8a605df6460fbe078ab3c162 to your computer and use it in GitHub Desktop.
Save Kishorchandth/419e2f1d8a605df6460fbe078ab3c162 to your computer and use it in GitHub Desktop.
Change background color on scroll
.header--display{
background: transparent;
padding: 2% 0;
transition: background .3s ease-in-out,
padding .3s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment