This repository contains my personal notes, exercises, and projects developed during the "CSS Desde Cero" course by EDteam.
The course, taught by รlvaro Felipe, is a deep dive into the foundations of web styling, covering everything from basic selectors to layout architecture.
| Module | Topic | Key Concepts |
|---|---|---|
| 01 | Introduction to CSS | CSS Syntax, Linking HTML, and CSS Custom Properties (Variables). |
| 02 | Selectors | Tag, Class, ID, Attribute selectors, and BEM Methodology. |
| 03 | CSS Pillars | Cascade, Inheritance, and Specificity. |
| 04 | Box Model | Width, Height, Padding, Border, Margin, and Box-sizing. |
| 05 | Borders & Shadows | border-radius, box-shadow, and text-shadow effects. |
| 06 | Pseudo-classes | State selectors like :hover, :focus, and :nth-child. |
| 07 | Backgrounds | Background images, positioning, and CSS Gradients. |
| 08 | Colors | Working with HEX, RGB, HSL, and Alpha channels. |
| 09 | Typography | Font families, sizing, line-height, and Google Fonts integration. |
The goal of this repo is to:
- Document my learning journey in Frontend Development.
- Maintain a clean backup of all practical exercises.
- Master CSS fundamentals to build robust and scalable interfaces.
Special thanks to the EDteam community and รlvaro Felipe for this amazing content. Check out their platform for more professional courses: ed.team
Created during my backup review in 2026.