mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 21:43:24 +00:00
16 lines
152 B
HTML
16 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
|
|
button:first-letter { }
|
|
button { display: flex; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<button>ABC</button>
|
|
</body>
|
|
</html>
|