A tumblelog theme for Hugo
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

quote.css 79 B

12345678
  1. body {
  2. color: white;
  3. }
  4. .quote {
  5. font-size: 2rem;
  6. line-height: 2.5rem;
  7. }