222-responsive-icon-nav-css
222-responsive-icon-nav-css copied to clipboard
A Simple Responsive Animated CSS Icon Navbar
i just added some minor changes that doesn't affect the main project. its just for some educational purposes
Awesome menu! Everything worked great except for themes, because local storage is never set, so it's always empty. If you check for local storage first, then set it to a...
Added margin to the bottom of main section to prevent content being covered by the navbar
I've been trying to figure out how to change the icons and simply replacing fa-cat or the data-icon, anyway i can customize it to the icons i want?
When the Navbar is hovered over in the large screen view, the main content gets covered, which is pretty unaesthetic. I'm working on a fix where not only does the...
because the display property is set to block on hover for .link-text, on small screen it results in a weird transition. Set it as : @media (max-width:600px){ .navbar:hover { width:...
  cannot see the last icon in Chrome but i see it on my IDE
Hi! I tried to fix some project issues. Honestly I don't know why you merged to master a commit where overflow: scroll was applied to '.navbar', it literally broke the...