Back

50 - Use Hand Sanitizer

<p r><p r><p c><p c><p a><p b><p d><p i><p v><p v>
<style>
  body {
    background: #1A4341;
  }
  p {
    position: absolute;
    background: #F3AC3C;
    border-radius: 10px;
    width: 20px;
    height: 20px;
  }
  [r] {
    left: 150px;
    top: 94px;
    width: 100px;
    height: 85px;
    border-radius: 20px 20px 0 0;
  }
  [r] + [r] {
    background: #998235;
    top: 149px;
    border-radius: 0 0 20px 20px;
  }
  [c] {
    width: 50px;
    height: 50px;
    left: 200px;
    top: 124px;
    border-radius: 25px;
  }
  [c] + [c] {
    background: #998235;
    left: 150px;
  }
  [a] {
    width: 50px;
    height: 50px;
    left: 175px;
    top: 74px;
  }
  [b] {
    height: 50px;
    left: 190px;
    top: 40px;
  }
  [d] {
    width: 150px;
    left: 150px;
    top: 34px;
  }
  [i] {
    height: 40px;
    left: 280px;
    top: 34px;
  }
  [v] {
    background: #998235;
    left: 280px;
    top: 84px;
  }
  [v] + [v] {
    top: 114px;
  }
</style>