CSSBattle

Daily Targets (260729)

코드
<p><p c><p><p r><p r>
<style>
  &>* {
    display: flex;
    margin: 47 40;
    background: #A84A4B
  }

  p {
    /* 'p' 모양 머리 */
    width: 100;
    height: 80;
    border-radius: 0 99q 99q 0;
    background: #F5E3B5
  }

  [c] {
    /* 중앙 원 */
    width: 80;
    border-radius: 50%;
    margin: 16 20
  }

  [r] {
    /* 'p' 모양 다리 */
    position: fixed;
    top: 144;
    width: 20;
    border-radius: 0;

    +& {
      left: 260
    }
  }
</style>