mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
14 lines
144 B
HTML
14 lines
144 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
|
||
|
div:first-letter { float: right; }
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body><div>A</div></body>
|
||
|
|
||
|
</html>
|