Learn CSS
CSS is the language we use to style a Web page.
With CSS you can control the color, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background images or background colors are to be used, different displays for different devices and screen sizes, and much more!
Learning by Examples
With our "Try it Yourself" editor, you can edit the CSS code and view the result in the browser.
CSS Examples
This tutorial supplements all explanations with clarifying examples.
CSS Exercises
Many chapters in this tutorial end with an exercise where you can check your level of knowledge.
Exercise
Set the color of the h1 element to blue.
h1 {
color: blue;
}CSS Quiz Test
Test your CSS skills with our CSS Quiz!
Track Your Progress
Create a free Utilizor account and get access to more features and learning materials:
- View your completed tutorials, exercises, and quizzes
- Keep an eye on your progress and daily streaks
- Set goals and create learning paths
- Create your own personal website
Your Learning Dashboard
🔥 3 Day Streak!
Note: This is an optional feature. You can study at Utilizor without creating an account.