asdfghjkl

This commit is contained in:
2021-10-25 18:18:38 +02:00
parent e1bf7a7ca0
commit 789c1f8773
2 changed files with 3 additions and 4 deletions

View File

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