mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
208 B
HTML
14 lines
208 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
button { display:inline-block; }
|
||
|
button:first-letter { font-size:200%; }
|
||
|
button:first-line { color:lime; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<button>Hello</button>
|
||
|
</body>
|
||
|
</html>
|