CSSBattle

Daily Targets (260803)

코드
<p><p s><p t><p l>
<style>
  & {
    background: #F7EC7D
  }

  p {
    /* 타원 */
    position: fixed;
    inset: 0;
    margin: 125 90;
    border-radius: 50%;
    background: #415E88
  }

  [s] {
    rotate: 45deg
  }

  [t] {
    rotate: -45deg
  }

  [l] {
    /* 중앙 사각형 가림막 */
    margin: 0 190;
    background: #F7EC7D
  }
</style>