11 lines
102 B
HTML
11 lines
102 B
HTML
<!DOCTYPe html>
|
|
<style>
|
|
body {
|
|
float: right;
|
|
margin-top: 0;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<p>foo</p>
|
|
</body>
|