<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

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.