Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 954 Bytes

File metadata and controls

43 lines (30 loc) · 954 Bytes

Learn CSS

Objective

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.

Repository Structure

learn-CSS/
│
├── notes.md       # CSS notes and explanations
├── challenges.md  # List of CSS challenges 
└── README.md

Topics Covered

So 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)
  • margin
  • padding
  • box-sizing
  • color
  • background-color
  • Basic layout structuring using CSS

Notes

You can find my CSS notes here:
➡️ CSS Notes

Challenges

(Challenges will be added later as I practice more CSS concepts.)

Author

Hadia Shahjahan