<p>Known for their windowpane wing design and bright orange color, Western monarch butterflies add a dash of magic to the California coast. During the fall migration, monarchs cover thousands of miles, with a corresponding multi-generational return north. <a href="#">🦋</a></p>
body {
display: grid;
place-items: center;
}
p {
max-width: 600px;
width: 100%;
}
a {
background: pink;
padding: 12px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.