blob: 639156062d23e61d07130b48b573fc521f115382 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>text-align-last: center</title>
<meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-last-property">
<link rel="match" href="text-align-last-center-ref.html">
<style>
p {
text-align-last: center;
}
</style>
</head>
<body>
<p>Lorem ipsum</p>
<p dir="rtl">אמר המחבר</p>
</body>
</html>