:위쳐3 인용문/styles.css

최근 편집: 2019년 12월 10일 (화) 11:42
Larodi (토론 | 기여)님의 2019년 12월 10일 (화) 11:42 판 (!important 시도)
.quote {
  /*border-top: 3px solid #323852;
  border-bottom: 3px solid #323852;*/
  border: 0;
  color: #323852;
  font-style: italic;
  /*padding: 10px*/
  margin: 10px !important;
  width: 90% !important;
  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;
}