Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / grid-container-min-height-border-box.html
@minerva minerva on 13 Jul 189 bytes Initial commit
<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>