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 Answers
+ 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.