CSSBattle

Daily Targets (260717)

코드
<p l><p h><p b>
<style>
  & {
    background: #A8AF6A
  }

  * {
    position: fixed;
    inset: 0;
    margin: auto
  }

  [l] {
    /* 다리 */
    top: 40;
    width: 260;
    height: 20;
    border: solid #3E3030;
    border-width: 20 0
  }

  [h] {
    /* 머리 */
    top: -160;
    width: 100;
    height: 100;
    border-radius: 50%;
    background: #3E3030
  }

  [b] {
    /* 몸통 */
    top: 60;
    width: 200;
    height: 200;
    border: 10px solid #A8AF6A;
    border-radius: 50%;
    background: #AF3737
  }
</style>