This commit is contained in:
√(noham)²
2022-12-29 23:57:55 +01:00
parent dd1c54a08f
commit 1db4f277b4
10 changed files with 149 additions and 7 deletions

View File

@@ -124,7 +124,11 @@ iframe {
}
#notion, #reseaux, #cours, #weather, #raccourcis{
#notion,
#reseaux,
#cours,
#weather,
#raccourcis {
margin: 50px;
}
@@ -139,3 +143,31 @@ iframe {
#notion:hover~#raccourcis {
display: none;
}
#minuteur {
background-color: transparent;
border: none;
color: white;
padding: 10px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
cursor: pointer;
font-family: 'roboto', sans-serif;
border: 2px #aaa solid;
border-radius: 5px;
border: 3px solid rgba(204, 204, 204, 0.425);
border-radius: 30px;
padding: none;
box-shadow: 0px 25px 80px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
}
#minuteur:hover {
backdrop-filter: blur(10px);
}