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