I am trying to center my navigational link, but the text-align: center; tool is not working, is there a way to fix this?
link: https://codepen.io/nianaz/pen/yLXeBWR?editors=1100
This has happened to me before but, Iām not really sure if it can be fixed.
Try this:
I got rid of the right: 20px;
and added width: 100%;
and justify-content: center
.
@lepros has the answer to the problem incase you still need it:)
2 Likes
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.