Posts by Luciano Barbosa • 23 points
1 post
-
2
votes2
answers4812
viewsQ: How to Center Menu in css?
I would like to know how to center the menu below: .dropdownmenu ul, .dropdownmenu li { margin: 0; padding: 0; } .dropdownmenu ul { background: gray; list-style: none; width: 100%; } .dropdownmenu…