18.04.2022, 17:35
@basti1012 meine jetzige Version ist fast perfekt. Aber ich bekomme keine Text-Hintergrund Farbe hin ... der TExt (im folgenden Beispiel "03") kommt in schwarz auf transparentem Hintergrund ... und ist dann je nach Hintergrund nicht sichtbar. Wie bekomme ich den auf einen weissen hintergrund?
a#bx08 {
color: black;
background-color: RGB(48,216,97);
position: absolute;
width: 300px;
height: 140px;
top: 305px;
left: 1165px;
text-align: left;
transition: all 0.7s ease;
}
a#bx08:hover {
background-color: green;
color: black;
transform: scale(2.1);
z-index: 20;
transition: all 0.7s ease;
}
href="sl/index.html"; target="_parent">
08
Danke,
Brainstuff
a#bx08 {
color: black;
background-color: RGB(48,216,97);
position: absolute;
width: 300px;
height: 140px;
top: 305px;
left: 1165px;
text-align: left;
transition: all 0.7s ease;
}
a#bx08:hover {
background-color: green;
color: black;
transform: scale(2.1);
z-index: 20;
transition: all 0.7s ease;
}
href="sl/index.html"; target="_parent">
08
Danke,
Brainstuff