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

25 lines
693 B
Markdown
Raw 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.
# Day 3 CSS Styling Basics
## 📅 Date
17 December 2025
## 🎯 Objective
To learn the fundamentals of CSS and how to style HTML content.
## 📘 Topics Covered
- What CSS is
- How CSS works
- CSS syntax (selectors and declarations)
- Common style properties
- Ways to apply CSS (inline, internal, external)
## 🛠️ Files Included
- `css-styling-basics.md` Notes explaining CSS basics
- `example.css` Practice CSS file demonstrating styling
- `index.html` HTML file linked with CSS
## 🧠 Learning Outcome
I learned how to style HTML elements using CSS by writing basic selectors and properties to control text color, layout, and appearance.
## 🚀 Status
Completed