Centered navbar with cta button

Hey guys,

I'm trying to make a navbar where the logo is dead center of the screen. I've already figured out how to do that; however, I have an extra item, the cta button, I need to add in. So instead of it being 5
li
items, it's 6, which means the logo will not be dead center of the screen. Right now, I'm using
position: absolute
but it's not super responsive and feels super hacky. I could use
vw
units I suppose
(I can't even get it to be responsive with
vw
) but I feel like there might be a better way with grid somehow. Curious what your thoughts are on how to tackle this problem.

https://codepen.io/vince1444/pen/yLRyOQy
Was this page helpful?