:가사/styles.css

최근 편집: 2021년 5월 13일 (목) 02:26
.가사 > .poem {
  text-align: center;
}

.가사 > .poem:first-child:last-child {
  text-align: center;
  margin: 0;
}

@media (min-width: 600px) {
  .가사 {
    display: flex;
    margin: 1.6rem;
  }
  
  .가사 p {
    margin: 0;
  } 
  
  .가사 > .poem {
    flex: 1;
  }
  
  .가사 > .poem:first-child {
    text-align: right;
    margin-right: .5em;
  }
  
  .가사 > .poem:last-child {
    text-align: left;
    margin-left: .5em;
  }
}