link to myevent website & upgraded menu
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user