Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html {
scrollbar-width: none;
}
body {
margin: 0;
}
#mask {
width: 100px;
height: 100px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><rect x="0" y="0" width="20" height="20" fill="black"/></svg>');
background-repeat: none;
background-size: 100px 100px;
}
</style>
<div style="height:10.4px"></div>
<div id="mask"></div>
<div style="height: 100vh"></div>
<script>
document.scrollingElement.scrollTop = 0.6;
</script>