styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 2: Zeile 2:
 
/* Desktop */
 
/* Desktop */
 
.randnotiz .wichtig {
 
.randnotiz .wichtig {
   background-color: red;
+
   background-color: red !important;
 
}
 
}
  

Version vom 17. November 2020, 15:32 Uhr


/* Desktop */
.randnotiz .wichtig {
  background-color: red !important;
}

@media screen and (min-width: 1550px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
}
}