Back

231 - Crosshair

<dl><div><dl>
<style>
  * {
    background: #2F434E;
    position: fixed;
    margin: 0;
    body, dl {
      background: linear-gradient(90deg, #2F434E 10px, 0, #F8B140 70px, 0, #2F434E);
      inset: 35px 160px;
      border-radius: 9in;
      dl {
        rotate: 90deg;
        div {
          inset: 60px -5vh;
          dl {
            background: #CF6939;
            inset: 75px 0;
          }
        }
      }
    }
  }
</style>