Preview:
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: lightblue;
}
​
h1 {
  color: white;
  text-align: center;
}
​
p {
  font-family: verdana;
  font-size: 20px;
}
</style>
</head>
<body>
​
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
​
</body>
</html>
​
​
​
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter