<div class="page-wrap">
<h1>Rounded inside body border</h1>
</div>
body {
background: #5bb0ff;
}
.page-wrap {
position: fixed;
top: 10px;
right: 10px;
left: 10px;
bottom: 10px;
background: white;
border-radius: 10px;
padding: 20px;
text-align: center;
}
This Pen doesn't use any external CSS resources.