<div></div>
div {
background-color: #F44336;
width: 80vmin;
height: 90vmin;
margin: auto;
flex: 0 1 auto;
}
body {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.