9 lines
128 B
HTML
9 lines
128 B
HTML
<!doctype html>
|
|
<style>
|
|
button {
|
|
border: none;
|
|
background-color: transparent;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
<button>Foo</button>
|