Posts by Robson Alves Moreira Pires • 1 point
1 post
-
-1
votes2
answers280
viewsA: Hover in html and css navigation
.main-nav { background-color: #2c3136; width: 100%; height: 70px; text-align: center; box-shadow: 0 0 5 0 #000; } .main-nav li { display: inline; list-style: none; } .main-nav li a {…