Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 372 Bytes

#1-Simply-Square.md

File metadata and controls

21 lines (17 loc) · 372 Bytes

Target #1- Simply Square

Output & Target:

target1- Simply Square

Code:

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