styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 3: Zeile 3:
 
.blockquote-begin {
 
.blockquote-begin {
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 2rem;
+
   font-size: 5rem;
 
   color: red;
 
   color: red;
 
}
 
}

Version vom 17. November 2020, 16:44 Uhr


/* Desktop */
.blockquote-begin {
  font-weight: bold;
  font-size: 5rem;
  color: red;
}