lab-development-imb/web/10/labor/10_loesungen/Aufgabe_3/style.css

32 lines
299 B
CSS

body{
background-color: slateblue;
}
h1{
color: lightcoral;
}
h2{
color: whitesmoke;
}
#dark{
color: darkblue;
}
#light{
color: lightskyblue;
}
.pastell{
color: pink;
}
.neon{
color: magenta;
}
.frosch{
color: greenyellow;
background-color: greenyellow;
}