15 lines
221 B
CSS
15 lines
221 B
CSS
html {
|
|
background-color: black;
|
|
}
|
|
|
|
.überschrift h1{
|
|
text-decoration: solid;
|
|
text-align: center;
|
|
color: white;
|
|
|
|
}
|
|
|
|
.überschrift :hover {
|
|
zoom: 5%;
|
|
transition: all ease-in-out 0.5s;
|
|
} |