:위쳐3 인용문/styles.css

최근 편집: 2019년 12월 14일 (토) 07:17
.quote {
  /*border-top: 3px solid #323852;
  border-bottom: 3px solid #323852;*/
  border: 0;
  color: #323852;
  font-style: italic;
  /*padding: 10px*/
  text-align: center;
  font-size: 0.9em;
  background: lightgray;
}

blockquote:before {
  content: "\2B25\25C6\2B25";
  font-style: normal;
}

blockquote:after {
  content: "\2B25\25C6\2B25";
  font-style: normal;
}