DEV Community

Discussion on: Things I Wish I’d Known About CSS

Collapse
 
alohci profile image
Nicholas Stimpson • Edited

Three things about CSS I wish I'd understood earlier:

  • HTML elements are not CSS boxes.
  • The whole concept of the line box.
  • The difference between block level boxes and block container boxes.
Collapse
 
mrjjwright profile image
John Wright

oh wait you have an article about the first one dev.to/alohci/mapping-html-to-css-...

Collapse
 
mrjjwright profile image
John Wright

Can you explain the first 2 in a couple clarifying sentences please?