зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
297 B
HTML
19 строки
297 B
HTML
<!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>
|