CSSBattle

Daily Targets (260125)

코드
<p><p><i>
<style>
  &>*{
    display: flex;
    background: #7E6293;
    margin: 9.5 95;
    gap: 50px;
  }
  p {
    /* 좌우 알약 형태 표현 */
    width: 80;
    height: 230;
    background: #EBE77E;
    border-radius: 99px;
  }
  i{
    /* 중앙 작은 사각형 표현 */
    position: fixed;
    top: 130;
    left: 175;
    width: 40;
    height: 40;
    background: #EBE77E;
  }
</style>