CSSBattle

Daily Targets (260713)

코드
<style>
  & {
    /* 깃대 */
    margin-top: 30;
    border-top: 20px solid #331D1D;
    background: #B46C31;

    * {
      /* 깃발 */
      position: fixed;
      top: 22;
      left: 117;
      right: 117;
      height: 240;
      background: #FEF8BB;
      clip-path: polygon(100% 0, 100% 100%, 50% 75%, 0 100%, 0 0)
    }
  }
</style>