styles.css

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

Version vom 17. November 2020, 15:32 Uhr


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

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