<h1>👋 Hello World!</h1>
$brandColor: darkorchid;
body {
font-family: system-ui;
background: linear-gradient(to bottom,
$brandColor,
darken($brandColor, 15%)
);
color: white;
height: 100vh;
margin: 0;
display: grid;
place-items: center;
}
View Compiled
document.getElementsByTagName("h1")[0].style.fontSize = "6vw";
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.