<div class="box"></div>
.box {
width: 50%;
background: orange;
&:before {
content: "";
display: block;
padding-top: 75%;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.