This repository has been archived by the owner on May 7, 2023. It is now read-only.
This repository has been archived by the owner on May 7, 2023. It is now read-only.
Closed
Description
.better-constant-width-to-height-ratio {
background: #333;
width: 50%;
}
.better-constant-width-to-height-ratio::before {
content: ' ';
display: block;
padding-top: 100%;
float: left;
}
.better-constant-width-to-height-ratio::after {
content: ' ';
display: block;
clear: both;
}
No need to worry about padding.
Metadata
Assignees
Labels
No labels