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

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

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