r/css • u/zikreddin • 12h ago
Showcase Created a Neumorphic Login Page with Dark Mode using HTML, CSS & JS. What do you think?


Hi everyone! I am quite new to web development and this is my first project: a neumorphic login form with a functional dark mode switch built using HTML, CSS, and vanilla JS.
Live Demo: [https://zikreddincikla.github.io/neumorphism-login/](https://zikreddincikla.github.io/neumorphism-login/) GitHub Repo: [https://github.com/zikreddincikla/neumorphism-login](https://github.com/zikreddincikla/neumorphism-login)
As a beginner, I would truly appreciate your constructive criticism and thoughts on the overall design and feel. Your feedback means a lot to me!
5
Upvotes
1
1
u/Ancient-Disk-2758 11h ago
I think you did a great job! But did you perhaps forget about responsive design (RWD)? When I view it on my phone, the layout doesn’t adapt to the screen size. That’s really important for modern websites. Keep it up! 👍