This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kbm-html/assets/design.css
Fabian Märker 4208d30213 fghjk
2021-10-25 13:39:50 +02:00

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;
}