blob: ee7f70e7844d9db7c247a4c7bc14be4634fbdba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPe html>
<link rel="help" href="https://w3c.github.io/csswg-drafts/css2/#propdef-float">
<link rel="match" href="float-root-ref.html">
<style>
:root {
float: right;
}
</style>
<body>
<p>foo</p>
</body>
|