Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 844 Bytes

147_splash.md

File metadata and controls

37 lines (28 loc) · 844 Bytes

Target #147: Splash

Link to the target

img


<style>
  * {
    background: #6592CF;
    
  }
  *>* {
    background: #060F55;
    width: 250;
    margin: 222 222;
    border-radius: 50px;
    rotate: 45deg;
    height: 50;
    border-radius: 50px;
    box-shadow: 65px 60px 0 -10px #060F55, 65px -60px 0 -10px #060F55;
  }
</style>

Attempts

Attempt Score Link
1 626.20 {286}, 100% match Link to the solution
2 641.39 {238}, 100% match Link to the solution
3 683.80 {164}, 100% match Link to the solution

Highest place in the leaderboard: 55 (2023-10-15)