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