mirror of
https://github.com/NohamR/Hub.git
synced 2025-05-24 00:48:57 +00:00
81 lines
1.5 KiB
CSS
81 lines
1.5 KiB
CSS
html {
|
|
background-color: black;
|
|
color: aliceblue;
|
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
|
|
|
|
|
|
.slider {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
font-size: 300px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.minuteur {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
font-size: 300px;
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
.content {
|
|
margin: 30px;
|
|
}
|
|
|
|
.ligne2 {
|
|
color: black;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 0px;
|
|
}
|
|
|
|
#texte3 {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.heure {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 20px;
|
|
}
|
|
|
|
#start_timer10 {
|
|
background-color: #4D4D4D;
|
|
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;
|
|
}
|
|
|
|
#start_timer10:hover {
|
|
background-color: #757575;
|
|
}
|
|
|
|
|
|
footer {
|
|
font-size: large;
|
|
color: aliceblue;
|
|
text-align: center;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
position:relative;
|
|
display: none;
|
|
} |