←back to thread

451 points todsacerdoti | 2 comments | | HN request time: 0.419s | source
Show context
paulddraper ◴[] No.45057614[source]
> Yes, the syntax isn’t the prettiest, but is it really that hard?

Explain float: clear?

Does that have anything to do with display: flow-root?

And white-space is not actually whitespace?

And when does vertical-align work vs not?

---

^ That is all CSS (and not particularly edgy CSS, except for flow-root).

So....yes, CSS is really that hard. Unless you use the subset of CSS that you have decided to learn + use. Not unlike C++.

replies(5): >>45057689 #>>45057906 #>>45058326 #>>45058741 #>>45058981 #
1. SquareWheel ◴[] No.45058981[source]
Maybe this only proves your point, but there is no float: clear. They're separate properties.

  float: none;
  clear: both;
replies(1): >>45066159 #
2. paulddraper ◴[] No.45066159[source]
You're right.

And the fact that yours was the only comment to point this out...