This repository contains my learning progress and projects from the Elzero Web School - CSS Course.
- Learned the basics of CSS syntax and structure.
- Explored styling HTML elements.
- Experimented with properties like colors, fonts, borders, and backgrounds.
- Studied best practices for naming CSS classes and IDs.
- Delved into CSS rules, specificity, and inheritance.
- Topics Covered:
background-color
,background-image
, andrepeat
.
- Topics Covered:
background-attachment
,background-position
, andbackground-size
.
- Applied padding to enhance element spacing.
- Managed margins to create balanced layouts.
- Explored border styling techniques.
- Learned how to use outlines for element emphasis.
- Compared display types:
block
,inline-block
, andinline
.