Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html dir="rtl">
<head>
<meta charset="utf-8" />
<style>
html, body { overflow:hidden }
div{
background: yellow;
width:150px;
height:50px;
margin: 0 auto;
text-align:right;
}
div:first-line {
color: blue;
}
</style>
</head><body><div dir="rtl">test</div></body></html>