Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 768 Bytes

030_horizon.md

File metadata and controls

32 lines (25 loc) · 768 Bytes

Target #30: Horizon

Link to the target

img


<div class="a"></div>
<style>
  body {
    background: linear-gradient(to bottom, #AA445F 66.5%, #62306D 0);
    margin: 0;
  }
  .a {
    width: 400;
    height: 100;
    background: linear-gradient(to bottom, #F7EC7D 50%, #E38F66 0)
  }
</style>

Attempts

Attempt Score Link
1 637.99 {247}, 100% match Link to the solution
2 727.45 {120}, 100% match Link to the solution
3 772.90 {088}, 100% match Link to the solution

Highest place in the leaderboard: 68 (unknown)