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 5d00112ad1 upload
2021-10-25 13:37:32 +02:00

10 lines
157 B
CSS

.überschrift {
text-decoration: solid;
text-align: center;
}
.überschrift :hover {
zoom: 5%;
transition: all ease-in-out 0.5s;
}