Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 456 Bytes

30-horizon.md

File metadata and controls

31 lines (27 loc) · 456 Bytes

Battle #5 - Inline

#30 - Horizon

Link to the problem

result

<div class="st"></div>
<div class="nd"></div>
<div class="rd"></div>
<style>
  body {
    background: #62306D;
    margin: 0;
  }
  div {
    width: 400px;
  }
  .st, .nd {
    height: 50px;
    background: #F7EC7D;
  }
  .nd { background: #E38F66 }
  .rd {
    height: 100px;
    background: #AA445F;
  }
</style>