Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html {
scrollbar-width: none;
}
body {
margin: 0px;
padding: 0px;
}
div {
width: 100%;
height: 300vh;
background-color: green;
}
</style>
<div></div>
</html>