Source code

Revision control

Copy as Markdown

Other Tools

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