Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / columns-33-percent-width.html
@minerva minerva on 13 Jul 259 bytes Initial commit
<!doctype html><style>
    body {
        background: black;
        width: 620px;
    }
    div {
        display: inline-block;
        width: 33.3333%;
        height: 100px;
        background: orange;
    }
</style><body><div></div><div></div><div></div>