> For the complete documentation index, see [llms.txt](https://notes.iveselov.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.iveselov.info/bits-and-pieces/css.md).

# CSS

## References

* Mozilla Developers Network: [Web Docs](https://developer.mozilla.org/en-US/docs/Web/CSS): amazing high-quality reference, HTML/CSS/JS tutorials, browser compatibility tables
* css-tricks.com [guides archive](https://css-tricks.com/guides/): guides to Flexbox, Grid, Centering CSS and many others

## Flexbox

* [flexbugs](https://github.com/philipwalton/flexbugs) - a Github repository tracking browsers bugs and their fixes related to Flexbox
* [CSS spec](https://drafts.csswg.org/css-flexbox/) on Flexbox - quite readable and nice!
