Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / button-with-text-node-label-and-font-size.html
@minerva minerva on 13 Jul 83 bytes Initial commit
<style>
    button {
        font-size: 48px;
    }
</style>

<button>Test</button>