From 5d00112ad1a8f660a08cd9eef9c927e86a69023c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rker?= <69695869+Promlg1104@users.noreply.github.com> Date: Mon, 25 Oct 2021 13:37:32 +0200 Subject: [PATCH] upload --- assets/design.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/design.css b/assets/design.css index 4b74ec9..f3ecf11 100644 --- a/assets/design.css +++ b/assets/design.css @@ -1,5 +1,10 @@ .überschrift { text-decoration: solid; text-align: center; + } +.überschrift :hover { + zoom: 5%; + transition: all ease-in-out 0.5s; +} \ No newline at end of file