1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 23:25:06 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/button-with-text-node-label-and-font-size.html

7 lines
No EOL
83 B
HTML

<style>
button {
font-size: 48px;
}
</style>
<button>Test</button>