https://github.com/lancelote/css-in-depth
My experiments and progress with "CSS in Depth" by Keith J. Grant book examples
https://github.com/lancelote/css-in-depth
Last synced: 2 months ago
JSON representation
My experiments and progress with "CSS in Depth" by Keith J. Grant book examples
- Host: GitHub
- URL: https://github.com/lancelote/css-in-depth
- Owner: lancelote
- Created: 2021-05-01T18:17:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T08:57:10.000Z (about 4 years ago)
- Last Synced: 2025-03-29T00:12:48.517Z (2 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# css-in-depth
My experiments with "[CSS in Depth][1]" by Keith J. Grant book examples
[1]: https://www.manning.com/books/css-in-depth
## TOC
- [x] [Chapter 1: Cascade, specificity, and inheritance](src/ch01)
- [Selectors](src/ch01/selectors)
- [ ] [Chapter 2: Working with relative units](src/ch02)
- [`em`s](src/ch02/ems)
- [Other Relative Units](src/ch02/relative_units)
- [Media Query](src/ch02/media_query)
- [Resizing with Classes](src/ch02/resizing_single_component)
- [Viewport](src/ch02/viewport)
- [`calc()` Function](src/ch02/calc)
- [ ] Chapter 3: Mastering the box model
- [ ] Chapter 4: Making sense of floats
- [ ] Chapter 5: Flexbox
- [ ] Chapter 6: Grid layout
- [ ] Chapter 7: Positioning and stacking contexts
- [ ] Chapter 8: Responsive design
- [ ] Chapter 9: Modular CSS
- [ ] Chapter 10: Pattern libraries
- [ ] Chapter 11: Backgrounds, shadows, and blend modes
- [ ] Chapter 12: Contrast, color and spacing
- [ ] Chapter 13: Typography
- [ ] Chapter 14: Transitions
- [ ] Chapter 15: Transforms
- [ ] Chapter 16: Animations
- [x] Appendix A. Selectors reference
- [ ] Appendix B. Preprocessors