Week 2 Day 3: Responsive web design

This commit is contained in:
2025-12-24 16:38:19 +05:30
parent 1a18cc4696
commit 080b555db1
4 changed files with 159 additions and 0 deletions

34
Week-2/Day-3/Readme.md Normal file
View File

@@ -0,0 +1,34 @@
# Week 2 Day 3 Responsive Web Design
### 📅 Date
24 December 2025
### 🎯 Objective
To understand the principles of responsive web design and implement layouts that adapt to different screen sizes using CSS media queries.
### 📚 Topics Covered
- Responsive web design fundamentals
- Viewport meta tag
- Responsive units
- Media queries
- Mobile-first design approach
### 🛠️ Activities Performed
- Studied responsive design concepts.
- Implemented responsive layouts using media queries.
- Created mobile and desktop-friendly web pages.
- Tested responsiveness using browser developer tools.
### 🧪 Tools & Technologies Used
- HTML5
- CSS3
- Visual Studio Code
- Browser DevTools
### 📈 Learning Outcomes
- Understood how responsive websites work.
- Learned to write media queries.
- Improved ability to design mobile-friendly layouts.
### ✅ Status
Completed