โ† Ages 12+/CSS: Make It Look Good
๐Ÿ“– Story

CSS: Make It Look Good

HTML is the content; CSS is the style. Colours, fonts, spacing, rounded corners โ€” all of it comes from a handful of CSS rules.

What you'll learn

Style HTML elements with CSS selectors and properties.

New command

<style> h1 { color: teal } </style>
๐Ÿ’ป Code Editorhtml
๐ŸŽฌ

Press Run Code to see your creation!

โฎ Previous lesson