CSSBattle

Daily Targets (260221)

코드
<p><p h><p>
<style>
  & {
    background: #F7CB71;
    padding: 30
  }

  p {
    /* 사각형 표현 */
    width: 120;
    height: 40;
    margin: 10 auto;
    background: #7C3219
  }

  [h] {
    /* 햄버거 모양 표현 */
    height: 120;
    border-radius: 30px;
    background: linear-gradient(#7C3219 40px, #F7CB71 0) 0 40px / 1q 50px
  }
</style>