blob: 7185d3584b009c808d457f4d57d12fef03e19da5 [file] [log] [blame] [edit]
<style>
body {
color: transparent;
}
.floaty {
background: green;
float: left;
height: 100px;
width: 100px;
}
.rtl {
direction: rtl;
margin-right: 50px;
}
</style>
<div><div class=floaty></div>X<div class="floaty rtl"></div></div>