overlap

in class pro types

by Alexus fox

HTML

<h1>
  Cap
</h1>

<div class="overlap">
  <img src="http://dummyimage.com/160x140/85b500/0a1066.gif" />
</div>

CSS

p1 {
  background: orange;
  top: 80px;
}

h1 {
  font-size: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

.overlap {
top:200px;
}