Back

22 - Cloud

<p a><p b><p c>
<style>
  * {
    background: #F5D6B4;
  }
  p {
    background: #D86F45;
    width: 100px;
    height: 100px;
    position: fixed;
    border-radius: 50%;
  }
  [a] {
    left: 99px;
    top: 99px;
  }
  [b] {
    left: 180px;
    top: 69px;
  }
  [c] {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    left: 130px;
    top: 149px;
  }
</style>