I want to move the border around the" li "tag to The left to fit with nav
here is codehttps://codepen.io/solomon123fgt/pen/GRJvLjK?editors=1100
We need to correct link.
Remove the default padding on the <ul>
.
#navbar > ul {
padding: 0;
}
I want to move the border around the" li "tag to The left to fit with nav
here is codehttps://codepen.io/solomon123fgt/pen/GRJvLjK?editors=1100
We need to correct link.
Remove the default padding on the <ul>
.
#navbar > ul {
padding: 0;
}