CSS Test

by Andrejs Gubars

HTML

<div class="holder">
  <div class="square top left">
    <h1>Text bot left</h1>
  </div>
  <div class="square top right">
    <h1>Text bot right</h1>
  </div>
  <div class="square bottom left">
    <h1>Text top left</h1>
  </div>
  <div class="square bottom right">
    <h1>Text top right</h1>
  </div>
</div>