30 lines
533 B
Markdown
30 lines
533 B
Markdown
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.
|
|
|
|
|