mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +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>
|