1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:55:07 +00:00
serenity/Tests/LibWeb/Layout/input/grid/grid-container-min-height-border-box.html

9 lines
No EOL
189 B
HTML

<style type="text/css">
.box {
display: grid;
min-height: 300px;
padding-top: 200px;
box-sizing: border-box;
background-color: magenta;
}
</style><div class="box"></div>