link to myevent website & upgraded menu

This commit is contained in:
2023-03-25 13:59:35 +01:00
parent 53928f39f5
commit 9af271868c
6 changed files with 42 additions and 74 deletions

View File

@@ -59,11 +59,13 @@ body {
font-size: 100%;
text-decoration: none;
color: black;
transition: 1s;
}
.textlink:hover {
color: darkblue;
font-size: 120%;
font-size: 115%;
transition: 0.3s;
}
.linkbutton {
@@ -72,11 +74,14 @@ body {
padding: 20px;
color: white;
background-color:rgba(0, 40, 131, 1);
border-radius: 20px;
border-radius: 25px;
transition: 1s;
}
.linkbutton:hover {
background-color: darkblue;
border-radius: 5px;
transition: 0.3s;
}
.references {