Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / inline-box-positioned-with-top-left.html
@minerva minerva on 13 Jul 300 bytes Initial commit
<style>
    body {
        font-family: 'MinervaSans';
    }

    .displaced_text {
        height: 20px;
        top: 40px;
        left: 30px;
        display: inline-block;
        position: relative;
    }

</style>text text text<span class="displaced_text">displaced text</span>more inline text