<h1>Hello CSS-Tricks friend</h1>
<h2>Hello CSS-Tricks friend</h2>
* {
margin: 0;
padding: 0;
line-height: 1;
font-family: Lato;
}
h1, h2 {
font-size: 64px;
line-height: 64px;
}
h1 {
background: tomato;
}
h2 {
background: mediumaquamarine;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.