<h1>How was your day?</h1>
body {
text-align: center;
margin: 50px;
}
h1 {
font-family: 'Lato';
font-size: 2rem;
text-transform: uppercase;
color: green;
font-weight: 900;
}
@media (min-width: 600px) {
h1 {
font-size: 4rem;
}
}
This Pen doesn't use any external JavaScript resources.