Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>Flex item with aspect-ratio and padding should size correctly in column flex (reference)</title>
<style>
.box {
width: 400px;
height: 400px;
background: green;
}
</style>
<div class="box"></div>