mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
13 lines
213 B
HTML
13 lines
213 B
HTML
<!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>
|