Back

49 - Stay at Home

<p r><div><p d><p w>
<style>
  body {
    background: #6592CF;
  }
  p, div {
    position: absolute;
    background: #EEB850;
  }
  [r] {
    border-left: 100px solid #6592CF;
    border-right: 100px solid #6592CF;
    border-bottom: 100px solid #243D83;
    top: 34px;
    left: 100px;
  }
  div {
    top: 130px;
    left: 125px;
    width: 150px;
    height: 120px;
    border-radius: 10px;
    background: #243D83;
    overflow: hidden;
  }
  [d] {
    bottom: -36px;
    left: 50px;
    width: 50px;
    height: 70px;
    border-radius: 10px;
  }
  [w] {
    top: -1px;
    left: 25px;
    width: 100px;
    height: 10px;
    border-radius: 10px;
  }
</style>