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
- Host: GitHub
- URL: https://github.com/ankeetmaini/css
- Owner: ankeetmaini
- Created: 2016-03-21T19:23:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T18:36:12.000Z (over 5 years ago)
- Last Synced: 2025-09-09T01:32:30.948Z (9 months ago)
- Size: 179 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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