blob: cff041891a12732c297fc0d58303e64b7718ab57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<style>
div.foo {
padding-bottom: 50%;
display: -moz-box;
direction: rtl;
}
</style>
</head>
<body>
<div class="foo"></div>
</body>
</html>
|