Module 1

CSS3 Styling Essentials

Lesson 1: Introduction to CSS3

Cascading Style Sheets (CSS) describe how HTML elements are to be displayed on screen, paper, or in other media.

CSS3
body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #0f172a;
}