222-responsive-icon-nav-css icon indicating copy to clipboard operation
222-responsive-icon-nav-css copied to clipboard

A Simple Responsive Animated CSS Icon Navbar

Results 23 222-responsive-icon-nav-css issues
Sort by recently updated
recently updated
newest added

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:...

![Screenshot_20201102-163208](https://user-images.githubusercontent.com/51843903/97846568-26fe5980-1d29-11eb-8df5-4d3d1ed9f499.png) ![Screenshot_20201102-163231](https://user-images.githubusercontent.com/51843903/97846571-28c81d00-1d29-11eb-89a6-3ca54fb6aff4.png) 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...