test

by Anton Ayupov

HTML

<div class="test">
</div>

CSS

.test {
  height: 500px;
  background: yellow;
}