Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
button:first-letter { }
button { display: flex; }
</style>
</head>
<body>
<button>ABC</button>
</body>
</html>