Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 346 Bytes

File metadata and controls

25 lines (20 loc) · 346 Bytes

#1 - Simply Square

💥 Challenge

Simply Square

🔎 Link

Try it too and go to battle!

💡 Solution

<div></div>

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