<div class="box">
<p>height: calc(50vw * 0.75);をやっています</p>
</div>
.box {
background: teal;
width: 50vw;
height: calc(50vw * 0.75);
p {
color: white;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.