styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
K
Zeile 1: Zeile 1:
 
+
/* Allgemein */
/* Desktop */
 
 
.blockquote {
 
.blockquote {
 
   width: 80%;
 
   width: 80%;
Zeile 9: Zeile 8:
 
   color: #b51f1f;
 
   color: #b51f1f;
 
   margin-right: 0.5rem;
 
   margin-right: 0.5rem;
 +
}
 +
 +
.blockqoute-footer {
 +
  margin-left: 2rem;
 
}
 
}

Version vom 18. November 2020, 10:42 Uhr

/* Allgemein */
.blockquote {
  width: 80%;
}

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

.blockqoute-footer {
  margin-left: 2rem;
}