Back to battles

#1

Simply Square

<div></div>
<style>
  body {
    background: #5d3a3a;
    margin: 0;
  }
  div {
    width: 200px;
    height: 200px;
    background: #b5e0ba;
  }
</style>

01

12/12