Skip to main content

My new Desert Vehicle

Opening and Closing Nav bar button for website mobile view


How to make an opening and closing navigation bar button for website mobile view by applying some media queries, CSS and some simple Javascript. The new navigation bar will appear if the screen has a certain screen resolution. This can be determined through the CSS media queries rule. If the Screen is less than the media query that is placed in the HTML then the CSS styles will be applied to the navigation bar giving it a different appearance. For a better understanding of media queries watch the second video.



The mobile navigation bar is now a block version which can be opened or closed through some simple Javascript.






Comments

Popular posts from this blog

Cyberpunk 2077_ go to red dirt in the evening

Rumble link

Using bravenet site builder 2020

Using the free bravenet site builder which is on some hosting sites. Bravenet allows free hosting with a subdomain like wordpress and own domain with premium account. Bravenet site builder has several themes. In the video I am trying one of the themes and showing how you can edit and build a site with the site builder.

Install Pyautogui and Pip in Python

Install Pyautogui in Python The video above shows how you can easily download and install pyautogui into Python. Pyautogui is a Python library. For any python library to be installed you need to have Pip installed. Watch the video below to see how this is done. Install Pip in Python