Back to battles

#2

Carrom

<div></div>
<div></div>
<div></div>
<div></div>
<style>
  body {
    background: #62374e;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-content: space-between;
    height: 300px;
    width: 400px;
    margin: 0px;
  }
  div {
    margin: 50px;
    width: 50px;
    height: 50px;
    background: #fdc57b;
  }
</style>

01

12/12