Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 315 Bytes

001_simply-square.md

File metadata and controls

22 lines (18 loc) · 315 Bytes

Battle #1 - Pilot Battle

#1 - Simply Square

Link to the problem

result

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