Hi DEV Community! I am Saurabh Chandravanshi, a Frontend Developer and UI/UX Designer.
I recently built my personal portfolio website focusing on 3D UI, Glassmorphism, and responsive web design using HTML, CSS, and vanilla JavaScript.
I would love for you to check it out and share your feedback! 🚀
Live Link: https://saurabhchandravanshi.in/
Looking forward to connecting with amazing developers here!
Top comments (2)
The neon cyan against the dark theme gives the hero section a sharp aesthetic. When implementing that glassmorphism effect on your navigation dock, make sure to include a solid fallback background colour alongside the
backdrop-filterproperty. Users with reduced transparency settings enabled at the OS level can lose text contrast completely if the element defaults to full transparency. Wrapping that dock in a semantic<nav>tag will keep the accessibility tree clean as well.👏 👏 Amazing 🌹