CSSBattle

Daily Targets (260629)

코드
<p><p r>
<style>
  & {
    /* 상하단 보더 */
    margin: 50 90;
    border: solid #ED736E;
    border-width: 50 0;
    background: #161E44
  }

  p {
    /* 대각선 */
    position: fixed;
    inset: 0;
    margin: 125 100;
    background: #ED736E;
    rotate: 45deg
  }

  [r] {
    rotate: -45deg
  }
</style>