Newer
Older
minerva / Tests / LibWeb / Layout / input / box-sizing-border-box-for-definite-sizes-without-layout.html
@minerva minerva on 13 Jul 342 bytes Initial commit
<!doctype html><html><head><style>
    * {
        font: 20px MinervaSans;
    }
    .button {
        align-items: center;
        background-color: orange;
        display: inline-flex;
        height: 30px;
        padding: 20px;
        font-size: 20px;
        box-sizing: border-box;
    }
</style></head><body><div class="button">Hello