Inro to CSS

CSS (Cascading Style Sheets) is used to style and lay out web pages — for example, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add animations and other decorative features. This module provides a gentle beginning to your path towards CSS mastery with the basics of how it works, what the syntax looks like, and how you can start using it to add styling to HTML.

Why to Learn CSS?

Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.

CSS is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain. I will list down some of the key advantages of learning CSS:

Hello World Using CSS

Just to give you a little excitement about CSS, I'm going to give you a small conventional CSS Hello World program. As you can see the CSS code is in the style section.

Applications of CSS

As mentioned before, CSS is one of the most widely used style language over the web. I'm going to list few of them here: