Week 1 Day 4: CSS fundamentals and basic styling

This commit is contained in:
2025-12-23 15:30:22 +05:30
parent 0c51607942
commit e35ba9d985
4 changed files with 263 additions and 0 deletions

29
Week-1/Day-4/Readme.md Normal file
View File

@@ -0,0 +1,29 @@
# Week 1 Day 4: CSS Notes
## 📅 Date
18 December 2025
## 🎯 Objective
To understand and practice the core fundamentals of CSS used for styling and layout in web development.
## 📘 Topics Covered
- CSS introduction and syntax
- Inline, internal, and external CSS
- Selectors (element, class, ID)
- Colors and text styling
- CSS box model
- Width, height, and units
- Display and position properties
- Background styling
## 📂 Files Included
- `css-notes-day4.md` Detailed theory notes
- `index.html` Practice HTML file
- `style.css` CSS styling file
## 🧠 Learning Outcome
Gained a strong foundation in CSS fundamentals required for building structured and visually appealing web pages.
## ✅ Status
Completed