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:
parent
637c74ac93
commit
89305f1481
4 changed files with 37 additions and 3 deletions
|
@ -0,0 +1,7 @@
|
|||
<style>
|
||||
button {
|
||||
font-size: 48px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<button>Test</button>
|
Loading…
Add table
Add a link
Reference in a new issue