<div style="display: flex; justify-content: space-between; padding: 10px;">
<div style="width: 30%; padding: 15px; border: 2px solid #000; text-align: center;">
<h3 style="margin: 0 0 10px;">Box 1</h3>
<p>Content for the first box goes here.</p>
</div>
<div style="width: 30%; padding: 15px; border: 2px solid #000; text-align: center;">
<h3 style="margin: 0 0 10px;">Box 2</h3>
<p>Content for the second box goes here.</p>
</div>
<div style="width: 30%; padding: 15px; border: 2px solid #000; text-align: center;">
<h3 style="margin: 0 0 10px;">Box 3</h3>
<p>Content for the third box goes here.</p>
</div>
</div>