mirror of
https://github.com/NohamR/Hub.git
synced 2026-01-02 12:18:52 +00:00
changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user