cssbook icon indicating copy to clipboard operation
cssbook copied to clipboard

The book "Learn CSS layout the pedantic way"

Results 8 cssbook issues
Sort by recently updated
recently updated
newest added

The chapter on flexbox claims that > The default value is `flex-direction: column` Alas, according to [CSS Flexible Box Layout Module Level 1](https://www.w3.org/TR/css-flexbox-1/#flex-direction-property), it is `row`. My apologies for being...

> Floats are aligned to either the left or right outer edge of their container. I was confused about the words 'outer edge their container'.A container should be a box...

> In the absolute positioning model, a box is explicitly offset with respect to its containing block. It is removed from the normal flow entirely (it has no impact on...

In the flexbox chapter, for the width clamping examples: `min-width: 10px` should be `max-width: 10px` (as it is in the actual layout)

(I'm on Chrome) In chapter 2, the border drawn for the inline elements are very unclear, because at the iframe size, they don't wrap. I think they're probably meant to?...

in Chapter2 the following sentence is inaccurate。 > When all three of these values are set explicitly, the values set are used. according to the spec,It should be calculated according...

To build the book locally, I needed to add the "markdown-styles" package to `package.json`. I suspect you have this globally install (since you wrote it!)

In Chapter 5, the example the places vertically-centered previous and next buttons to the sides of the content area was very helpful. But I did find this phrase slightly confusing:...