Ok so I have made this naviagtion bar:
HTML: http://pastebin.com/Mgurej6L
CSS: http://pastebin.com/vA7b1dT6
I would like "Unity Code" in the middle of my navigation bar but I've tried but I can't seem to get it to work.
Any help?
Ok so I have made this naviagtion bar:
HTML: http://pastebin.com/Mgurej6L
CSS: http://pastebin.com/vA7b1dT6
I would like "Unity Code" in the middle of my navigation bar but I've tried but I can't seem to get it to work.
Any help?
Copyright © 2021 Jogjafile Inc.
well, in order to make your navigation in the center of the page you need to rope your navigation in the div so I add div with class
.rope
and you style.rope
{ display: flex; justify-content: center;}
like in code below:Let me know is that what you need?