CSSBattle

Daily Targets (260801)

코드
<p><p l>
<style>
  & {
    background: #065840;

    &>* {
      /* 중앙 라운딩 사각형 */
      margin: 75 125;
      border-radius: 55px;
      background: #C3C3A8
    }
  }

  p {
    /* 사각형 */
    position: fixed;
    inset: -50px 0 0 -50px;
    width: 118;
    height: 118;
    margin: auto;
    background: inherit
  }

  [l] {
    inset: 50px 0 0 50px
  }
</style>