Skip to content

Repository for fundamental CSS notes and general styling challenges

Notifications You must be signed in to change notification settings

hadiashah01/learn-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Repository for fundamental CSS notes and general styling challenges

Topics

Resources

Stars

Watchers

Forks