styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 6: Zeile 6:
 
   right: -200px;
 
   right: -200px;
 
   width: 250px;
 
   width: 250px;
   color: red;
+
   color: red !important;
 +
  font-weight: bold;
 
}
 
}
 
}
 
}

Version vom 17. November 2020, 15:45 Uhr


/* Desktop */
@media screen and (min-width: 1550px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
  color: red !important;
  font-weight: bold;
}
}

.randnotiz .wichtig {
  color: red !important;
}