mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
ffa59e0a14
--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>
|