зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
312 B
HTML
19 строки
312 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
|
|
#a { display: inline-block; height: 30px; }
|
|
#b { float: left; writing-mode: vertical-lr; border-top-style: solid; }
|
|
#c { float: left; height: 28px; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="a"><div id="b"><span id="c"></span></div></div>
|
|
|
|
</body>
|
|
</html>
|