Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
:root {
  background-color: red;
  padding: 30px;
}
body {
  background-color: white;
  padding: 20px;
}
</style>
</head>
<body>
<h1>Demo of :root</h1>
</body>
</html>