Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / space-between-with-negative-remaining-space-on-line.html
@minerva minerva on 13 Jul 666 bytes Initial commit
<!doctype html><style type="text/css">
    html { background: white; }
    * {
        outline: 1px solid black;
    }
    body {
        background: pink;
        display: flex;
        width: 400px;
        height: 100px;
    }
    .outer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: magenta;
    }
    .upper {
        background: orange;
    }
    .lower {
        background: yellow;
    }
    .spacer {
        width: 200px;
        height: 200px;
        background: green;
    }
</style><body><div class="outer"><div class="upper"><div class="spacer"></div></div><div class="lower">whf