I hope everyone is well :), I am currently creating my portfolio website but im struggeling to get this right, working in React + Vite, I trying to lign things up diffrently, with the navbar and the heading of my name, so with the R, HOME should be alligned, and RESUME with the N, and then ABOUT me in the middel of those two and then the same with LINKEDIN GITHUB and EMAIL, above the THORN idk if anyone can help me out, and any other tips on React are also welcome, thanks 🙂
#REACT heading alignment
2 messages · Page 1 of 1 (latest)
CSS has a new anchor positioning API that will be the ideal solution for your problem in the future, but it is currently too new to use in production. The simplest option that I can think of with currently available techniques woud be to create a wrapper around each group of word/letter pair. For example, Home and R would be iniside the same common container, Resume and N would be in another container, etc.