mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-29 14:29:05 +00:00
18 lines
279 B
HTML
18 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>text-align-last</title>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
p {
|
|
text-align: end;
|
|
text-align-last: start;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Lorem ipsum</p>
|
|
<p dir="rtl">אמר המחבר</p>
|
|
</body>
|
|
</html>
|