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

https://github.com/codeadamca/lessons-css

A collection of files coded while teaching an introduction to CSS class.
https://github.com/codeadamca/lessons-css

css learning-code

Last synced: about 2 months ago
JSON representation

A collection of files coded while teaching an introduction to CSS class.

Awesome Lists containing this project

README

        

# CSS Lesson Files

A collection of files coded while teaching an introduction to CSS class.

1. [Placement](https://github.com/codeadamca/lessons-css/tree/main/1-placement)
2. [Fonts and Colours](https://github.com/codeadamca/lessons-css/tree/main/2-fonts-colors)
3. [Box Model](https://github.com/codeadamca/lessons-css/tree/main/3-box-model)
4. [Positioning](https://github.com/codeadamca/lessons-css/tree/main/4-positioning)
5. [Flexbox](https://github.com/codeadamca/lessons-css/tree/main/5-flexbox)
6. [Grid](https://github.com/codeadamca/lessons-css/tree/main/6-grid)
7. [Deconstruction (Fluid)](https://github.com/codeadamca/lessons-css/tree/main/6-deconstruction)
8. [Responsive](https://github.com/codeadamca/lessons-css/tree/main/6-deconstruction)
9. [Deconstruction (Responsive)](https://github.com/codeadamca/lessons-css/tree/main/6-deconstruction)

***

## Repo Resources

* [CSS on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [CSS on W3Schools](https://www.w3schools.com/w3css/defaulT.asp)