Sunday, January 8, 2023

75/365: Responsive Navbar

 Spent a bit of time today working on the navbar for the web app. The css :hover property is an easy way to improve the user experience of the navbar. When the user's mouse is over a menu item, the menu item is highlighted and changes color. Next is to use a CSS media query and Javascript to turn the full menu into a hamburger icon on mobile devices. 



No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...