Logo

Learn Platform

Interactive Courses

LearnWeb Development FundamentalsCSS: Styling Your Pages
Lesson 2 of 4~1 min read50% complete

CSS: Styling Your Pages

CSS Crash Course

Learn CSS fundamentals, then try the live editor below.

CSS Basics

CSS controls how HTML elements look on screen — colours, fonts, spacing, layout.

selector {
  property: value;
}
HTML— TRY IT YOURSELF
Output

Click Run to see your output here