.navLinks { color:white; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; transition: all 500ms ease; } .navLinks:hover { text-decoration : none; } .nav-item:hover { background-color: pink; }