progress on pages & optimisation of js
This commit is contained in:
@@ -72,6 +72,13 @@ html, body {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border-radius: 50px;
|
||||
transition: 1.5s;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
border-radius: 5px;
|
||||
background-color: rgb(0, 0, 31);
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
@@ -165,4 +172,4 @@ html, body {
|
||||
height: 40vh;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user