Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 332 Bytes

001.simply-square.md

File metadata and controls

24 lines (19 loc) · 332 Bytes

Battle #1 - Pilot Battle

#1 - Simple Square

Link to problem

Result

My Solution

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