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!