Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 763 Bytes

148_eight.md

File metadata and controls

33 lines (27 loc) · 763 Bytes

Target #148: Eight

Link to the target

img


<p><style>
  body,*>* {
    background: linear-gradient(-135deg,#6D480A 0 20px, #926927 20px 100px);
    border: 40px solid #6D480A;
    border-radius: 50%;
    width: 100;
    height: 100;
  }
  body {
    margin: -90 210;
  }
  p {
    margin: 60;
  }
</style>

Attempts

Attempt Score Link
1 632.93 {262}, 100% match Link to the solution
2 646.41 {226}, 100% match Link to the solution
3 686.23 {161}, 100% match Link to the solution