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