Sitemap

CSS From the Ground Up

7 min readJun 14, 2020

--

Press enter or click to view image in full size
Press enter or click to view image in full size
Block elements have a width of 100% by default, while inline elements have a width proportional to their content.
Press enter or click to view image in full size
By default, flex children will grow according to the content inside them.
Press enter or click to view image in full size
The length of the longest word inside an element determines the “minimum” size that element.
Press enter or click to view image in full size
The two divs each have a 1em margin, but that does not mean that the space between them is 2em.
Press enter or click to view image in full size
The margins collapse here, so you don’t see any space between the blue outline and the red outline.
Press enter or click to view image in full size
The div with text inside has no margin, while the <p> does have margin.
Press enter or click to view image in full size
The value of 1em is dependent on the parent’s font size.
Press enter or click to view image in full size
Moody red tint added to Hopper’s Nighthawks with CSS.

--

--