From 124eb83757da66076c67ad4ff6dd5221086459f2 Mon Sep 17 00:00:00 2001 From: siddhiavhad27 Date: Thu, 26 Mar 2026 11:37:15 +0000 Subject: [PATCH] Add README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c0ffd9 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ + 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. + + +