The burger menu for the mobile view is visible now. (#60 )
Modified the background color of divs (class="bar") to white as the previous color was similar to the navbar background color.
Also added CSS to change the 3 divs to a 2 div cross shape when clicked and back when clicked again.
Added an onclick event to the div (div class="mobile-menu-icon") which triggers a function toggleMenu() when clicked.
This function has been added that toggles between the class of the div in order to change the orientation of the 3 divs inside.
The burger menu for the mobile view is visible now. (#60 )
Modified the background color of divs (class="bar") to white as the previous color was similar to the navbar background color. Also added CSS to change the 3 divs to a 2 div cross shape when clicked and back when clicked again. Added an onclick event to the div (div class="mobile-menu-icon") which triggers a function toggleMenu() when clicked. This function has been added that toggles between the class of the div in order to change the orientation of the 3 divs inside.