CSSBattle

Daily Targets (260213)

코드
<p><p s>
<style>
  &>*{
    /* 직사각형 표현 */
    background: linear-gradient(#0098D1) 115px 40px / 50px 220px no-repeat #2F434E
  }

  p {
    position: fixed;
    top: 40;
    left: 235;
    /* 반 도넛 표현 */
    width: 20;
    height: 40;
    border-radius: 0 99px 99px 0;
    border: solid #0098D1;
    border-width: 30 30 30 0;
    margin: 0
  }

  [s] {
    margin-top: 120
  }
</style>