2026-03-26 11:43:25 +00:00
2026-03-26 11:41:31 +00:00
2026-03-26 11:37:15 +00:00
2026-03-26 11:43:25 +00:00

Day 4 - CSS Flexbox

Introduction

Today I learned Flexbox, a powerful CSS layout system used to design responsive and well-structured web layouts.

Concepts Covered

  • Flexbox basics
  • display: flex
  • justify-content and align-items
  • Creating layouts using containers

Practical Task

I improved my profile webpage by converting it into a card layout using Flexbox.

Features Added

  • Centered layout using Flexbox
  • Card-based UI design
  • Shadow and spacing improvements

Outcome

I learned how to align and structure elements using Flexbox, which is essential for modern web design.

Description
No description provided
Readme 26 KiB
Languages
HTML 54.3%
CSS 45.7%