CSSBattle

Daily Targets (260206)

코드
<p><p s><p t>
<style>
  &>*{
    background:#37B4BD
  }
  p {
    width: 20;
    height: 20;
    margin: 80 auto;
    transform: rotate(30deg);
    background: #FAE29E
  }
  [s] {
    margin-top: -40;
    width: 40;
    height: 40;
    transform: rotate(-30deg)
  }
  [t] {
    margin-top: -40;
    width: 80;
    height: 80;
    transform: none
  }
</style>