An open API service indexing awesome lists of open source software.

https://github.com/ankeetmaini/css

A quick-read reference on CSS
https://github.com/ankeetmaini/css

Last synced: 4 months ago
JSON representation

A quick-read reference on CSS

Awesome Lists containing this project

README

          

# css
A collection of CSS notes.

- [General](general.md)
- [Floating](floats.md)
- [Box Model - Padding, Borders and Margins](box-model.md)
- [Visual Formatting](display.md)
- [Transforms](transforms.md)
- [Tacky Techniques](tacky-techniques.md)

## bibliography
- CSS Floating by Eric A. Meyer
- Padding, Borders, Outlines, and Margins in CSS by Eric A. Meyer