How can I do more changes in my html web | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I do more changes in my html web

Html responsive web https://code.sololearn.com/WbRiT4IJ7QQX/?ref=app

10th May 2023, 5:06 AM
Rohit Kumar
Rohit Kumar - avatar
8 Answers
+ 2
Add this to css: nav { font-family: verdana; }
10th May 2023, 5:48 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
You should change the font-family. Times new roman is ugly. The web is also responsive for me. So no problem.
10th May 2023, 5:42 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
Thank u
10th May 2023, 5:43 AM
Rohit Kumar
Rohit Kumar - avatar
+ 1
Yw
10th May 2023, 5:44 AM
Ugulberto Sánchez
Ugulberto Sánchez - avatar
+ 1
It's not a good idea to use strong language here, even censored, even for your bestie. :)
10th May 2023, 7:38 AM
Евгений
Евгений - avatar
0
Check it and tell me
10th May 2023, 5:47 AM
Rohit Kumar
Rohit Kumar - avatar
0
Your mean I am change font in nav bar ok
10th May 2023, 5:49 AM
Rohit Kumar
Rohit Kumar - avatar
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.
10th May 2023, 11:13 AM
Jonny Legend