mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-24 09:32:53 +00:00
8 lines
157 B
HTML
8 lines
157 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
button { display: block; }
|
|
button::first-letter { color: green; }
|
|
body { line-height: 0; }
|
|
</style>
|
|
<button>Some text</button>
|