30 lines
743 B
Markdown
30 lines
743 B
Markdown
|
||
# 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
|