Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 987 Bytes

160_donut.md

File metadata and controls

31 lines (23 loc) · 987 Bytes

Target #160: Donut

Link to the target

img


<style>
  *>* {
    background: radial-gradient(100px, #62306D 60px, #0000 0), conic-gradient(#F7EC7D 270deg, #E38F66 270deg);
    border-radius: 50%;
    outline: 250px solid #62306D;
    margin: 50 25%;
  }
</style>

Attempts

Attempt Score Link
1 677.64 {172}, 100% match Link to the solution
1 660.60 {198}, 100% match Link to the solution
3 687.05 {160}, 100% match Link to the solution
4 725.05 {122}, 100% match Link to the solution
5 732.41 {116}, 100% match Link to the solution

Highest place in the leaderboard: 33 (2023-08-25)