styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
K
Zeile 1: Zeile 1:
  
 
/* Desktop */
 
/* Desktop */
 +
.blockquote {
 +
  width: 80%;
 +
}
 +
 
.blockquote-begin {
 
.blockquote-begin {
   font-weight: bold;
+
   font-size: 1rem;
   font-size: 2rem;
+
   color: #b51f1f;
   color: red;
+
   margin-right: 0.5rem;
 
}
 
}

Version vom 18. November 2020, 09:23 Uhr


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

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