progress on pages & optimisation of js

This commit is contained in:
2023-03-23 13:27:26 +01:00
parent 47f6de711a
commit 2f84fc92b4
4 changed files with 25 additions and 18 deletions

View File

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