Created
September 5, 2020 08:07
-
-
Save wpflames/7709e5c72a7da14f51020bb266d4d913 to your computer and use it in GitHub Desktop.
Responsive Website with Smooth Scroll Navigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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