CSSBattle

Daily Targets (260608)

코드
<p c><p b><p l>
<style>
  & {
    background: #8FC5EF
  }

  p {
    width: 70;
    height: 70;
    background: #2D3464;
    margin: 10 auto
  }

  [c] {
    /* 머리 */
    border-radius: 50%
  }

  [b] {
    width: 100;
    height: 140;
    /* 좌우 팔 */
    border: solid #fff;
    border-width: 0 20;
    /* 몸통 */
    background: radial-gradient(circle at 50% 0, #fff 70px, #0000 0)
  }

  [l] {
    /* 다리 */
    margin-top: -70;
    height: 120
  }
</style>