https://github.com/kevinkoech357/css-exercises
CSS Exercises for The Odin Project - Foundations.
https://github.com/kevinkoech357/css-exercises
Last synced: 3 months ago
JSON representation
CSS Exercises for The Odin Project - Foundations.
- Host: GitHub
- URL: https://github.com/kevinkoech357/css-exercises
- Owner: kevinkoech357
- Created: 2023-06-11T07:17:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T09:08:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T05:41:42.304Z (4 months ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS-exercises
CSS Exercises for The Odin Project - Foundations.## 01-css-methods
Practicing styling HTML using:
* External CSS Method
* Internal CSS Method
* Inline CSS Method## 06-cascade-fix
Gauging specificity of different selecors:
* ID-selector
* Class-selector
* Type-selector