Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 322 Bytes

1-simply-square.md

File metadata and controls

24 lines (20 loc) · 322 Bytes

Battle #1 - Pilot Battle

#1 - Simple Square

Link to the problem

result

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