Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 807 Bytes

018_matrix.md

File metadata and controls

31 lines (25 loc) · 807 Bytes

Target #18: Matrix

Link to the target

img


<div></div>
<style>
  body {
    background: #5C434C;
  }
  div {
    margin: 10px 2px;
    width: 80px;
    height: 80px;
    border-radius: 80px 0 0 0;
    box-shadow: 0 5in inset #F09462, 100px 0px #F5D6B4, 200px 0 #F09462,
                300px 0 #F5D6B4, 0px 100px #F5D6B4, 100px 100px #F09462, 200px 100px #F5D6B4, 300px 100px #F09462, 0 200px #F09462, 100px 200px #F5D6B4, 200px 200px #F09462, 300px 200px #F5D6B4;
  }
</style>

Attempts

Attempt Score Link
1 606.39 {434}, 100% match Link to the solution
2 609.09 {385}, 100% match Link to the solution