Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / inline-block-baseline-1.html
@minerva minerva on 13 Jul 283 bytes Initial commit
<style>
* {
    border: 1px solid black;
}
.ib {
    display: inline-block;
}
.ib div {
    background: pink;
}
.ib div.whee {
    width: 200px;
    height: 50px;
    background: orange;
}
</style><body>Hello friends<div class=ib><div>1st</div><div>2nd</div><div class="whee"></div>