← Back to CSS Course
Lesson 1

Introduction to CSS

CSS stands for Cascading Style Sheets.

CSS is used to style HTML pages and make websites look attractive.

Example

body {
    background: lightblue;
    color: black;
}
Course Progress 0%