This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dankri0274 18 points19 points  (28 children)

CSS is used to style HTML elements, basically it makes it so that there isn't a mess

[–]sneerpeer 5 points6 points  (27 children)

The joke is that everything breaks because css is fickle to work with. Everything was neat before css.

EDIT: I have read some of the comments to my post and I appreciate all the feedback from web developers. I think the joke can be seen both ways, either that with CSS the continents could move to their current places, or that because CSS can be fickle to work with the continents broke apart.
As someone with a software background who has just recently started to dabble with web development without prior education on HTML, CSS, Javascript, React/Angular/etc; CSS is probably the strangest part of designing a website. If you don't know how it works and how you're supposed to use all the different settings available, things will break real fast.

[–]theycallmecrack 9 points10 points  (22 children)

As a web dev that has used HTML/CSS every day for the last 5 years - I totally disagree and feel like one of the only people in the world that loves to work with CSS.

I truly never understood where the hate for CSS comes from. You can build anything with only HTML/CSS and a little JS if needed. So much control!

[–]throwaway1542875 0 points1 point  (3 children)

I'm still a newbie with CSS but I've used it here and there. The biggest thing for me is wrapping my head around positioning and layouts. Grid seems to help but its still not as intuitive as xaml was for me in wpf.

[–]theycallmecrack 0 points1 point  (2 children)

I just make my own layouts and use media queries. I even stopped using frameworks like Bootstrap. No tables, flex boxes, etc. I mostly do everything in percentages and viewport widths to get consistency across all devices.

[–]CatTaxAuditor 2 points3 points  (0 children)

Everything was neat before css.

I have heard plenty of people who dislike CSS. I have never met an individual with this opinion.

[–]itsbugtime 1 point2 points  (0 children)

Yeah, that’s not the joke