Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / inline-flex-baseline-of-child.html
@minerva minerva on 13 Jul 279 bytes Initial commit
<!DOCTYPE html>
<style>
    * {
        border: 1px solid grey;
    }

    span {
        display: inline-flex;
        width: 180px;
        height: 64px;
        background: yellow;
    }
</style>

<div><span>1</span><span style="margin-top: 20px">2</span><span>3</span></div>