Help with Navbar Design Alignment and Line Styling
Hi everyone,
I’m currently working on a navbar design, and I'm trying to understand how to achieve the perfect alignment and styling for the lines in the navbar.
1. Line Styling: What techniques do you recommend for creating the lines? Should I use CSS ::before and ::after pseudo-elements, SVGs, or images?
2. Alignment: How can I ensure that the elements, including the lines, are perfectly aligned within the navbar?
I’ve attached an image of the navbar I'm trying to replicate. Any tips or examples you could share would be greatly appreciated!
2 Replies
Because of the overlap I would use grid. Then either use an HR or a pseudo element would be better since it's a decorative element that doesn't need to clutter up the DOM
Ohk buddy i totally get it