Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 964 Bytes

162_chevron.md

File metadata and controls

43 lines (35 loc) · 964 Bytes

Target #162: Chevron

Link to the target

img


<p>
<style>
  body {
    background: #998235;
  }
  p {
    width: 70;
    height: 140;
    background: #0B2429;
    rotate: 45deg;
    margin: 80 133;
  }
  p::after {
    content: '';
    width: 70;
    height: 70;
    display: block;
    margin: 70;
    background: #FCBE5C
  }
</style>

Attempts

Attempt Score Link
1 625.46 {289}, 100% match Link to the solution
2 669.92 {183}, 100% match Link to the solution
3 640.23 {241}, 100% match Link to the solution
4 703.34 {142}, 100% match Link to the solution

Highest place in the leaderboard: 31 (2023-09-01)