mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
13 lines
208 B
HTML
13 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>
|