3 lines
184 B
HTML
3 lines
184 B
HTML
<!doctype html>
|
|
<!-- This technically assumes that no theme would have 300px of padding by default, looks like a safe enough assumption -->
|
|
<button style="padding: 300px">Foo</button>
|