Push de la page de choix finie dans les grandes lignes et Baptiste prend le relai
This commit is contained in:
parent
d8566245a1
commit
a348db264c
2 changed files with 8 additions and 6 deletions
|
@ -16,10 +16,13 @@ body {
|
|||
align-items: center;
|
||||
flex: 1;
|
||||
}
|
||||
h1 {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
header a {
|
||||
text-decoration: none;
|
||||
color: #BF0909;
|
||||
color: #494949;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
|
@ -57,8 +60,9 @@ body {
|
|||
height: 8vh;
|
||||
min-width: 15vw;
|
||||
padding: 0px 10px 0px 10px;
|
||||
color: ;
|
||||
color: black;
|
||||
font-family: 'Special Elite', cursive;
|
||||
font-size: 1.2vw;
|
||||
background-image: linear-gradient(to top, black -50%, #BF0909 80%);
|
||||
cursor : pointer;
|
||||
}
|
||||
|
@ -71,6 +75,7 @@ body {
|
|||
background-image: linear-gradient(to top, #BF0909 20%, black 150%);
|
||||
}
|
||||
|
||||
/* Test d'animation */
|
||||
@keyframes oscille {
|
||||
from {
|
||||
transform: rotate(0);
|
||||
|
@ -93,6 +98,4 @@ body {
|
|||
color: green;
|
||||
display: flex;
|
||||
flex : 1;
|
||||
}
|
||||
|
||||
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
let safeButton = document.getElementById("safeButton");
|
||||
|
||||
|
||||
console.log(safeButton);
|
Loading…
Reference in a new issue