<div>
Hello world
</div>
div {
position: absolute;
top: 50%;
left: 50%;
background: tomato;
height: 90vh;
max-height: 90vw;
width: 90vw;
max-width: 90vh;
transform: translate(-50%, -50%);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.