I have make two ul in which
- having the logo at center
- having all the required nav_links
but rendering the navlinks show some gap.
I want to no gap between these list.
If you want to obtain this result you just need to set the margin of the ul to 0;
ul { margin: 0;}
CodePudding user response:
Do you want your list looks like this?
If yes just remove the padding you have given for li.