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