Files
Harshit-Sachdev/Week-2/Day-2/Readme.md

33 lines
704 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 2 Day 2 CSS Layouts Flexbox & Grid
### Date
23 December 2025
### Objective
To understand modern CSS layout techniques using Flexbox and Grid for building structured web layouts.
### Topics Covered
- CSS Flexbox fundamentals
- Alignment and spacing
- CSS Grid basics
- Layout comparison
### Activities Performed
- Built navigation layout using Flexbox.
- Practiced content alignment techniques.
- Created grid-based page layout.
- Compared Flexbox and Grid usage.
### Tools & Technologies Used
- HTML5
- CSS3
- Visual Studio Code
### Learning Outcomes
- Gained confidence in CSS layouts.
- Learned modern layout best practices.
- Improved UI structuring skills.
### Status
Completed