<section style="display: flex; flex-wrap: wrap;">
<div style="width: 10px;"></div>
<article style="flex: 1; background: #fbb;">
<h2 style="margin: 0; padding: 20px; font: 900 64px monospace;">Red</h2>
</article>
<div style="width: 20px;"></div>
<article style="flex: 1; background: #bfb;">
<h2 style="margin: 0; padding: 20px; font: 900 64px monospace;">Green</h2>
</article>
<div style="width: 20px;"></div>
<article style="flex: 1; background: #bbf;">
<h2 style="margin: 0; padding: 20px; font: 900 64px monospace;">Blue</h2>
</article>
<div style="width: 10px;"></div>
</section>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.