Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 1.25 KB

012_wiggly-moustache.md

File metadata and controls

56 lines (50 loc) · 1.25 KB

Target #12: Wiggly Moustache

Link to the target

img


<p sides>
<p center>
<p points>
<style>
  body {
    background: #F5D6B4;
    color: #D86F45;
  }
  p:not([points]) {
    position: fixed;
    width: 60;
    height: 37;
    border: 20px solid;
    border-top: 0;
    border-radius: 0 0 100px 100px;
  }
  p[center] {
    scale: -1;
    top: 84;
    left: 150;
  }
  p[sides] {
    left: 70;
    top: 127;
    -webkit-box-reflect: right 60px;
  }
  [points] {
    position: fixed;
    top: 124;
    left: 70;
    width: 20;
    height: 20;
    background: #D86F45;
    border-radius: 50%;
    -webkit-box-reflect: right 220px;
  }
</style>

Attempts

Attempt Score Link
1 600.57 {687}, 100% match Link to the solution
2 601.47 {588}, 100% match Link to the solution
3 604.41 {473}, 100% match Link to the solution
4 619.49 {317}, 100% match Link to the solution