10 lines
101 B
HTML
10 lines
101 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p {
|
|
position: absolute;
|
|
top: 200vh;
|
|
}
|
|
</style>
|
|
<p>
|
|
target
|
|
</p>
|