Advertisement
Btwonu

Untitled

Apr 8th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const heading = document.querySelector('.heading-login');
  2.  
  3. const form = document.querySelector('.former');
  4.  
  5. const nav = document.querySelector('nav');
  6.  
  7. heading.addEventListener('click', () => {
  8.     nav.style.display = 'inline-block';
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement