CSSBattle

Daily Targets (260219)

코드
<style>
  &{
    background:
      /* 좌측, 우측 사각형 표현 */
      linear-gradient(#558C90) 40px 30px / 160px 80px,
      linear-gradient(#558C90) 200px 190px / 160px 80px,
      /* 중앙 사각형 표현 */
      linear-gradient(#D99795) 50% / 160px 240px #D8D8D8;
    background-repeat: no-repeat
  }
</style>