Posts by the witcher0 • 21 points
1 post
-
1
votes1
answer48
viewsQ: How to center a fixed menu (div)?
The menu should be fixed and so I used the position: fixed;. When I use the margin: auto, that is to centralize a div, doesn’t work... #menubarra { position: fixed; height: 50px; width: 80%;…