Introduction to CSS
What is CSS?
CSS (Cascading Style Sheets) is a stylesheet language used to control the presentation of HTML elements. It allows you to apply styles such as colors, fonts, layouts, and animations to web pages.
Why Use CSS?
- Separates content & design (HTML for structure, CSS for style)
- Improves website appearance with colors, fonts, and animations
- Creates responsive designs for different screen sizes
- Reduces code duplication and makes maintenance easier