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