mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
13 lines
157 B
HTML
13 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.z:first-line {}
|
|
.z { display: flex; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><button class="z">B</button></div>
|
|
</body>
|
|
</html>
|