CSSBattle

Daily Targets (260704)

코드
<p><p l><i>
<style>
  & {
    margin: 32 122;
    background: #D35C72
  }

  &>* {
    /* 몸통 */
    padding-top: 160;
    background: #EFEB99
  }

  p {
    /* 다리 부분 */
    height: 30;
    margin: 0;
    background: linear-gradient(90deg, #0000 30px, #D35C72 0) 0 / 80px
  }

  [l] {
    /* 다리 부분 */
    background-position: 30
  }

  i {
    /* 눈 */
    position: absolute;
    top: 70;
    left: 150;
    width: 30;
    height: 20;
    border: solid #D35C72;
    border-width: 0 20
  }
</style>