+ 1
Why isn't my navbar aligned in the center and why has it some margin on the right? And how can I fix it?
6 odpowiedzi
+ 1
Just add width: 100%; to your nav
in your css :
nav{
/*
* your code
*/
width: 100%;
}
pleasure :)
+ 1
play with the grid col-12 and col-3 foreach items. Ask google about that
+ 1
It's the best solution and you should get use to it :)
+ 1
:)
0
This solves my issue with the bg color but how can I center my navba4 irems they still arent alligned in the center.
0
I know I could solve my issue with a grid but I want to do it without one