# 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!
