styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
/* Allgemein */
 +
.blockquote-begin {
 +
  font-size: 1rem;
 +
  color: #b51f1f;
 +
  margin-right: 0.5rem;
 +
}
  
/* Desktop */
+
.inline-quote {
.blockquote-begin {
+
   font-style: italic;
   font-weight: bold;
 
  font-size: 5rem;
 
  color: red;
 
 
}
 
}

Aktuelle Version vom 8. Februar 2021, 09:51 Uhr

/* Allgemein */
.blockquote-begin {
  font-size: 1rem;
  color: #b51f1f;
  margin-right: 0.5rem;
}

.inline-quote {
  font-style: italic;
}