Newer
Older
minerva / Tests / LibWeb / Layout / input / replaced-box-with-vertical-margins.html
@minerva minerva on 13 Jul 222 bytes Initial commit
<style>
    body {
        font-family: 'MinervaSans';
    }

    #image {
        margin-top: 25px;
        margin-bottom: 50px;
        width: 64px;
        height: 138px;
    }
</style>Well, <img id="image" /> friends.