Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created September 5, 2020 08:07
Show Gist options
  • Select an option

  • Save wpflames/7709e5c72a7da14f51020bb266d4d913 to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/7709e5c72a7da14f51020bb266d4d913 to your computer and use it in GitHub Desktop.
Responsive Website with Smooth Scroll Navigation
function toggle(){
var header = document.getElementById("header");
header.classList.toggle('active');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment