0
Spent two whole days trying to center a div in CSS, only to find out I was missing one line of code
3 comments
Log in to join the discussion
Log In3 Comments
calebw5026d ago
Centering things in CSS feels like a rite of passage every developer has to suffer through. I once spent a solid three hours on a flexbox layout because I forgot the justify-content property. That missing line of code feeling is the worst mix of relief and pure frustration. You finally get it working and just stare at the screen for a minute.
3
emmawest26d ago
That "missing line of code feeling" is so real. I've lost entire afternoons to a forgotten semicolon in a totally different file. The victory feels so hollow when the fix is that small.
7
robinson.quinn15d ago
Switched to a linter that catches those tiny mistakes for me.
4