Compare commits
No commits in common. "d71260ba5994ad68372e82b70f97e0c74992e037" and "f3a3320eb70519d772b73db94e423e163d0c53e5" have entirely different histories.
d71260ba59
...
f3a3320eb7
2 changed files with 6 additions and 8 deletions
|
@ -16,13 +16,10 @@ body {
|
|||
align-items: center;
|
||||
flex: 1;
|
||||
}
|
||||
h1 {
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
header a {
|
||||
text-decoration: none;
|
||||
color: #494949;
|
||||
color: #BF0909;
|
||||
}
|
||||
|
||||
header a:hover {
|
||||
|
@ -60,9 +57,8 @@ body {
|
|||
height: 8vh;
|
||||
min-width: 15vw;
|
||||
padding: 0px 10px 0px 10px;
|
||||
color: black;
|
||||
color: ;
|
||||
font-family: 'Special Elite', cursive;
|
||||
font-size: 1.2vw;
|
||||
background-image: linear-gradient(to top, black -50%, #BF0909 80%);
|
||||
cursor : pointer;
|
||||
}
|
||||
|
@ -75,7 +71,6 @@ body {
|
|||
background-image: linear-gradient(to top, #BF0909 20%, black 150%);
|
||||
}
|
||||
|
||||
/* Test d'animation */
|
||||
@keyframes oscille {
|
||||
from {
|
||||
transform: rotate(0);
|
||||
|
@ -98,4 +93,6 @@ body {
|
|||
color: green;
|
||||
display: flex;
|
||||
flex : 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
let safeButton = document.getElementById("safeButton");
|
||||
|
||||
|
||||
console.log(safeButton);
|
Loading…
Reference in a new issue