mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +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>
|