<!DOCTYPE html>
<style>
html { overflow: hidden; }
</style>
<div style="position: absolute; width: 2000px; height: 2000px; background-color: blue">
<div style="width: 20%; height: 20%; background-color: yellow">
</div>
</div>
<!DOCTYPE html>
<style>
html { overflow: hidden; }
</style>
<div style="position: absolute; width: 2000px; height: 2000px; background-color: blue">
<div style="width: 20%; height: 20%; background-color: yellow">
</div>
</div>