Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
.z:first-letter { }
.z { display: flex; }
</style>
</head>
<body>
<div><button class="z">B</button></div>
</body>
</html>