Newer
Older
minerva / Tests / LibWeb / Layout / input / table / table-align-center-with-margin.html
@minerva minerva on 13 Jul 150 bytes Initial commit
<!doctype html><style>
table {
    height: 200px;
    border: 1px solid black;
    margin: 100px;
}
</style><table align="center"><td>off-center</td>