Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 843 Bytes

170_party-hat.md

File metadata and controls

38 lines (33 loc) · 843 Bytes

Target #170: Party Hat

Link to the target

img


<p><p>
<style>
  * {
    background: #73C6EA;
  }
  *>* {
    background: 0;
    position: fixed;
    border: 125px solid transparent;
    border-bottom: 180px solid #0D1335;
    margin: -65 75;
  }
  p {
    border-bottom: 140px solid #DC6638;
    margin: -85 -125;
  }
  p+p {
    border-bottom: 100px solid #FBFAE2;
    margin: -45 -125;
  }
</style>

Attempts

Attempt Score Link
1 613.83 {353}, 99.9% match Link to the solution
2 616.90 {332}, 100.0% match Link to the solution
3 644.25 {231}, 100.0% match Link to the solution