From 789c1f8773f8c81f401bbc8f484b463f6df10ead Mon Sep 17 00:00:00 2001 From: Promlg1104 Date: Mon, 25 Oct 2021 18:18:38 +0200 Subject: [PATCH] asdfghjkl --- assets/design.css | 5 ++--- index.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/design.css b/assets/design.css index 350a68a..bd85a95 100644 --- a/assets/design.css +++ b/assets/design.css @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); * { box-sizing: border-box; @@ -36,7 +35,7 @@ header { } .menu_list li a { - transition: all 0.3s ease 0s; + transition: all 0.3s ease 0.5s; } .menu_list li a :hover { @@ -52,6 +51,6 @@ button { transition: all 0.3s ease 0s; } -button :hover { +button:hover { background-color: rgba(0,13,169,0.8); } \ No newline at end of file diff --git a/index.html b/index.html index 7c2fb4b..32bb58c 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
  • Seite2
  • - + \ No newline at end of file