Newer
Older
minerva / Tests / LibWeb / Ref / square-flex.html
@minerva minerva on 13 Jul 242 bytes Initial commit
<link rel="match" href="reference/square-ref.html" />
<style>
    .box {
        display: flex;
    }

    .item {
        width: 100px;
        height: 100px;
        background-color: pink;
    }
</style><div class="box"><div class="item">