I have a problem when I hover my article with class=”card” name inside my div class=”container”, it looks like the article overlaps the nav. How do I fix this without removing my transform scale in .card:hover? I want to make it without overlapping with the nav when I hover over it. If anything is missing from the snippet, you can
Tag: nav
Why am I getting an error in my Route Redux code?
I can’t find my error in the code. Could someone explain to me. Test: Nav:’ should be rendered on the path “/”. The “Home” component should be rendered only on the path “/” The “Home” component should not be displayed in any other route The route “/product/:id” should show only the component ProductDetail’ The route “/products/create should show only the
Code corresponding to navbar slider in mobile-view isn’t working as intended
I am currently in the process of coding my navbar for the mobile viewport. I did some searching and I thought I had a solution, but it turns out the solution isn’t working at all. I’m trying to make it so that when the nav burger in the navbar is clicked/ tapped, the navigation options slide in to the screen
Bootstrap 4 navbar collapse does not work [doesn’t stay open]
I am trying to implement a Navbar using Bootstrap 4. Currently, the Navbar correctly collapses when the viewport is shrunk to mobile size. However, when attempting to open the menu, it does open and then closes rapidly. Here www.vitaminak.com.br and here just with the code bellow: http://www.vitaminak.com.br/nav/ you can check that it demonstrates this behavior. I have attached the HTML