Back

83 - Supernova

<p><div><a>
<style>
  * {
    margin: 0;
    background: #243D83;
    color: #6592CF;
  }
  p {
    width: 100px;
    height: 100px;
    border-radius: 9in;
    box-shadow: 108px 58px, 193px 58px, 108px 143px, 193px 143px;
  }
  div {
    rotate: 45deg;
    width: 120px;
    height: 120px;
    margin: -10px 140px;
  }
  a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 9in;
    background: #EEB850;
    top: 30px;
    left: 30px;
  }
</style>