CSSBattle

Daily Targets (260423)

코드
<p><p c><p>
<style>
  &>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
    background: #4C4C6B
  }

  p {
    /* 도넛 모양 */
    width: 40;
    height: 40;
    border: 30px solid #FAE29E;
    border-radius: 50%;
    background: #4A9A86
  }

  [c] {
    border-color: #4A9A86;
    background: #FAE29E
  }
</style>