styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 1: Zeile 1:
  
 
/* Desktop */
 
/* Desktop */
@media screen and (min-width: 1550px) {
 
 
.blockquote-begin {
 
.blockquote-begin {
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 2rem;
 
   font-size: 2rem;
 
   color: red;
 
   color: red;
}
 
 
}
 
}

Version vom 17. November 2020, 16:43 Uhr


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