<div style="background-color: #EDF2F7;
display: flex;
height: 100vh;
justify-content: center;">
<div style="width: 100%;
max-width: 560px;
background-color: white;
border-left: 1px solid #CBD5E0;
border-right: 1px solid #CBD5E0;
padding: 24px;
color: #718096;
text-align: center;">
a centered container with maximum width
</div>
</div>
body, * {
margin: 0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.