javascript – bootstrap 5 link hover color doesn’t work
I’m trying to do so that when you pass with the mouse over the links the text of the navbar its color changes and border bottom, border bottom worked but i don’t understand why color text doesn’t change HTML <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <link href=”https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css” … Read more