0
How can I do more changes in my html web
Html responsive web https://code.sololearn.com/WbRiT4IJ7QQX/?ref=app
8 ответов
+ 2
Add this to css:
nav {
font-family: verdana;
}
+ 1
You should change the font-family. Times new roman is ugly. The web is also responsive for me. So no problem.
+ 1
Thank u
+ 1
Yw
+ 1
It's not a good idea to use strong language here, even censored, even for your bestie. :)
0
Check it and tell me
0
Your mean I am change font in nav bar ok
0
On the "Tap Me" button make the click event toggle the an open-nav (or whatever you want to name it) class to the menu that will show your menu... now if the nav is open and you click the "Tap Me" again, the nav will remove the "open-nav" class which will close the nav.