<div class="container"><div class="item"></div><div>
body
{
background-color: #fcfcfc;
}
.container
{
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
.item
{
background-color: #ccc;
border-radius: 3px;
width: 200px;
height: 100px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.