CSSBattle

Daily Targets (260508)

코드
<p c><p><p c>
<style>
  &>* {
    display: flex;
    justify-content: center;
    padding-top: 20.5;
    background: #DF914B
  }

  p {
    /* 중앙 라운딩 사각형 */
    width: 150;
    height: 170;
    border: 0;
    border-radius: 0 0 20px 20px;
    background: #EEE
  }

  [c] {
    /* 좌우 원 */
    width: 30;
    height: 30;
    margin: 35.8 -25;
    border: 20px solid #eee;
    border-radius: 50%;
    background: #DF914B
  }
</style>