Week 1 Day 3: CSS Introduction

This commit is contained in:
2025-12-17 16:18:55 +05:30
parent f834744e2a
commit 0c51607942
4 changed files with 86 additions and 0 deletions

25
Week-1/Day-3/Readme.md Normal file
View File

@@ -0,0 +1,25 @@
# 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