mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-20 20:29:15 +00:00
15 lines
181 B
HTML
15 lines
181 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
|
|
body::first-line { }
|
|
div::after { content: 'A'; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="display: inline-flex;"> ت</div>
|
|
</body>
|
|
</html>
|