Files
Harshit-Sachdev/Week-1/Day-4/Readme.md

30 lines
743 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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