0
Center navbar?
OK, so go to my site and take a look at the navbar: https://vespr.xyz/ I can't like put extra size onto the ends because then it doesn't work, by the way, here's the code: .header { background-color: #3498db; min-height: 60px; width: 100%; } If you can answer this than thanks, I'm a beginner to CSS.
2 odpowiedzi
+ 1
Did you try using margin? And if it doesn’t work, trying learning about something called CSS3 flex box, it’s a little more advanced but it’s so powerful
0
Margin only went left and I’ll try that.