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.
- Host: GitHub
- URL: https://github.com/codeadamca/lessons-css
- Owner: codeadamca
- Created: 2022-10-06T00:35:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:08:17.000Z (5 months ago)
- Last Synced: 2025-03-31T07:18:44.527Z (3 months ago)
- Topics: css, learning-code
- Language: HTML
- Homepage:
- Size: 5.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)