1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:27:46 +00:00

LibWeb: Copy button style properties for generated table and cell

This commit is contained in:
Andi Gallo 2023-08-12 09:38:31 +00:00 committed by Andreas Kling
parent 637c74ac93
commit 89305f1481
4 changed files with 37 additions and 3 deletions

View file

@ -0,0 +1,7 @@
<style>
button {
font-size: 48px;
}
</style>
<button>Test</button>