mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
12 lines
102 B
HTML
12 lines
102 B
HTML
<!DOCTYPe html>
|
|
<style>
|
|
body {
|
|
float: right;
|
|
margin-top: 0;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<p>foo</p>
|
|
</body>
|