<style>
html,body {
overflow: hidden;
margin: 0px;
padding: 0px;
}
body {
margin-top: 100px;
#target {
background-color: blue;
width: 100%;
height: 100px;
</style>
<div id="target"></div>