Newer
Older
minerva / Tests / LibWeb / Layout / input / image-display-block-margin-auto.html
@minerva minerva on 13 Jul 149 bytes Initial commit
<!doctype html><style>
body {
    width: 400px;
}
img {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
}
</style><img/>