This repository is created to document my learning of basic CSS concepts and properties.
It serves as my personal CSS notes and practice reference while learning web development.
learn-CSS/
│
├── notes.md # CSS notes and explanations
├── challenges.md # List of CSS challenges
└── README.mdSo far, I have learned and practiced the following CSS properties and concepts:
text-align(left, right, center, justify)display(block, inline, inline-block)border(border-width, border-style, border-color)marginpaddingbox-sizingcolorbackground-color- Basic layout structuring using CSS
You can find my CSS notes here:
➡️ CSS Notes
(Challenges will be added later as I practice more CSS concepts.)
Hadia Shahjahan