From a6e71805239396c9eb76aa71c6833d8f9c7309d8 Mon Sep 17 00:00:00 2001 From: siddhiavhad27 Date: Thu, 26 Mar 2026 11:32:16 +0000 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index e69de29..66b2b05 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,29 @@ + Day 3 - CSS Basics + + Introduction + +Today I learned CSS (Cascading Style Sheets), which is used to style and design web pages. + + Concepts Covered + +* CSS syntax (selector, property, value) +* Linking CSS with HTML +* Styling text, colors, and layout +* Hover effects + + Practical Task + +I enhanced my personal profile webpage by adding CSS styling. + + Features Added + +* Background color +* Styled headings and text +* Improved list design +* Hover effects on links + + Outcome + +I understood how to make a webpage visually appealing using CSS. + +