- World-Wide-Web Codes:
- Web Application Development/Tools:
- CSS Introduction
- So what is CSS,Really?
- The Big Picture
- New Features in CSS3
- CSS Quiz Exercise
- CSS3 Top 10 Q/A
- Discover How to Benefit Devtools
CSS Introduction
Cascading Style Sheets are used to describe the appearance of Web content.
CSS is used to style it and lay it out. So for example, you can use CSS to alter the font, color, size and spacing of your content, split it into multiple columns, or add animations and other decorative features. In order to have raresponsive design, we need to add responsive meta tag in our HTML document and then apply media queries to our layout in css file.
CSS is used to style it and lay it out. So for example, you can use CSS to alter the font, color, size and spacing of your content, split it into multiple columns, or add animations and other decorative features. In order to have raresponsive design, we need to add responsive meta tag in our HTML document and then apply media queries to our layout in css file.