Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.02 KB

042_baby.md

File metadata and controls

51 lines (45 loc) · 1.02 KB

Target #42: Baby

Link to the target

img


<p face>
<p eyes>
<p mouth>
<style>
  body {
    background: #293462;
    color: #FFF1C1;
  }
  p {
    position: fixed;
  }
  [face] {
    width: 200;
    height: 200;
    margin: 42 92;
    border-radius: 50% 50% 25% 25%;
    background: radial-gradient(circle,#FFF1C1 50px, #0000 0) 100px -100px/100px repeat-x #FE5F55;
  }
  [eyes] {
    padding: 30;
    background: #FFF1C1;
    border-radius: 50%;
    margin: 132 112;
    box-shadow: 100px 0;
  }
  [mouth] {
    width: 40;
    height: 10;
    background: #FFF1C1;
    border-radius: 15px;
    margin: 212 172;
  }  
</style>

Attempts

Attempt Score Link
1 601.56 {582}, 100% match Link to the solution
2 603.82 {488}, 100% match Link to the solution
3 614.93 {345}, 100% match Link to the solution