mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
224 B
HTML
13 lines
224 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
button {
|
|
height: 50px;
|
|
padding: 23px;
|
|
border: 1px solid black;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<button>Some text</button>
|