Skip to main content

One post tagged with "spacing"

View All Tags

Why My Password Field Wasn't Spacing Correctly: Understanding Form Structure and space-y

· 13 min read
Mahmut Salman
Software Developer

I'm a backend developer building my first login form, and I couldn't figure out why my password field wasn't spacing away from the email field. Both fields were squished together even though I had space-y-4 on the form! 😤 My frontend mentor showed me a critical structural mistake: I put both fields in the SAME div. This conversation taught me why form structure matters just as much as styling.