13 lines
203 B
HTML
13 lines
203 B
HTML
<!DOCTYPe html>
|
|
<link rel="help" href="https://drafts.csswg.org/css2/#propdef-float">
|
|
<link rel="match" href="float-root-ref.html">
|
|
|
|
<style>
|
|
:root {
|
|
float: right;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<p>foo</p>
|
|
</body>
|