mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
12 lines
203 B
HTML
12 lines
203 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div:first-letter { float: right; color: lime; }
|
|
</style>
|
|
</head>
|
|
<body dir="rtl">
|
|
<div><span>ab ۍ c</span></div>
|
|
</body>
|
|
</html>
|