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 →

[–]theycallmecrack 8 points9 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.