<article>
<h1>The Tale <br> of the Fisherman <br> and the Fish</h1>
<p>
There once was an old man and an old woman <br>
By the blue sea; <br>
They lived in a ramshackle dugout <br>
For exactly three and thirty years.
</p>
</article>
body {
width: max-content;
margin: 0 auto;
}
h1 {
text-align: center;
}
article {
color: #37474f;
font: 25px/1.5 serif;
}
article p::first-letter {
color: #f44336;
font-size: 2em;
line-height: 1;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.