Chapter 1. CSS

Tell us what you think!

We’d love to hear your feedback on the CSS chapter of the 2020 Web Almanac. Leave a comment and tell us your questions, comments, and ideas.

How would you rate this chapter? (5 = best)
  • 1
  • 2
  • 3
  • 4
  • 5

0 voters

Chapter resources :nerd_face:

Here are some additional resources if you’d like to learn more about how this chapter was made:

Found a bug? :bug:

File an issue or submit a pull request on GitHub. Thanks for your help!

Join us! :seedling:

The Web Almanac was built with the support of over 100 contributors from the web community. If you’d like to contribute to the 2021 edition, please fill out our interest form and we’ll reach out to you in mid-2021.

Regarding the surprising results for the usage of multi-column, my guess is that many of them could actually be column-count: 1 which is used as a display: flow-root fallback for older browsers in https://github.com/fliptheweb/postcss-flow-root rather than actual multi-column layout. It might be interesting to separate that case from pages which actually use multiple columns.

A great analysis Lea and so useful. Many thanks to you and your team for putting in such effort to give us these details.

1 Like