Remix.run Logo
rk06 12 hours ago

the biggest problem with html/css is that they are tightly coupled. you can't meaningfully modify a layout with css alone.

second biggest problem is "no stricter mode". so even wrong or useless html/css code goes unflagged and is treated as it is normal.

CSS is way too powerful.

manuelmoreale 6 hours ago | parent | next [-]

> you can't meaningfully modify a layout with css alone.

https://csszengarden.com/pages/alldesigns/

That statement wasn't true ages ago, and it's even less true now.

rho138 11 hours ago | parent | prev [-]

> you can’t meaningfully modify a layout with css alone Wut?