Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1" />
<style>
html {
width: 100%;
height: 100%;
scrollbar-width: none;
}
body {
width: 100%;
height: 2000px;
margin: 0;
padding: 0;
}
#target {
width: 100%;
height: 10px;
position: absolute;
top: 100lvh;
background-color: red;
}
</style>
<div id="target"></div>