here is the code

Okay so umm how do you show and hide the navbar text/icons based on screen size in just CSS? here is the navbar stuff kinda:

<a href="/" class="desktop">Home</a>
<a href="/" class="mobile">insert icon here</a>

how to I show the mobile one and hide the desktop one and the other way around for desktop?

Nov 9, 2022, 4:36 AM
2 1 11
Nov 9, 2022, 3:03 PM
1 0 0

comments