+ 1
alignment issue
how to align the navbar horizontally in the desktop veiw https://code.sololearn.com/W7QZH6gmYTo2/#
1 ответ
+ 5
Easies way is to use display: flex;
And for mobile use display: block;
You set this on nav container what have nav items as children.
Here is good resourse about flexbox, so you can follow it:
https://www.theodinproject.com/lessons/foundations-introduction-to-flexbox