Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CSS positioning isn't that hard once you've understood the box model. The issue is rather when to use which helper box.
-
Root797365y@Fast-Nop The issue is the cascade and the specificity dance where other people's styles keep shoving their way in and stealing your partner.
-
C0D4669535yThe box model isn't hard to understand.
It's just hard to work with when you're building circles.
Related Rants
Css positioning is harder to understand than the full OOP concept.
So i wanted to create a very simple page with a single css file. I spent 2 hours to position the buttons in the fixed header and center some things.
I got the whole OOP concept with abstraction, polymorphism and inheritance in an hour and could use it right after without problems.
Holy shtcake i never want to do frontend.
rant
java
rage
html
css
oop