mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7042d53d8b
--HG-- extra : rebase_source : bd35093b32239a2803868ab8d684f56db318fbeb
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>
|