Back

96 - Mandala

<p><p>
<style>
  * {
    background: #243D83;
    border-radius: 9in;
  }
  body {
    margin: 50px 100px;
    background: #6592CF;
  }
  p {
    top: 69px;
    left: 60px;
    position: fixed;
    width: 130px;
    height: 130px;
    background: none;
    outline: solid 20px #243D83;
    -webkit-box-reflect: right 20px;
  }
  p + p {
    top: -6px;
    left: 135px;
    rotate: 90deg;
  }
</style>