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;
|
align-items: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
h1 {
|
|
||||||
font-size: 4vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
header a {
|
header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #494949;
|
color: #BF0909;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a:hover {
|
header a:hover {
|
||||||
|
@ -60,9 +57,8 @@ body {
|
||||||
height: 8vh;
|
height: 8vh;
|
||||||
min-width: 15vw;
|
min-width: 15vw;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
color: black;
|
color: ;
|
||||||
font-family: 'Special Elite', cursive;
|
font-family: 'Special Elite', cursive;
|
||||||
font-size: 1.2vw;
|
|
||||||
background-image: linear-gradient(to top, black -50%, #BF0909 80%);
|
background-image: linear-gradient(to top, black -50%, #BF0909 80%);
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
@ -75,7 +71,6 @@ body {
|
||||||
background-image: linear-gradient(to top, #BF0909 20%, black 150%);
|
background-image: linear-gradient(to top, #BF0909 20%, black 150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Test d'animation */
|
|
||||||
@keyframes oscille {
|
@keyframes oscille {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
|
@ -98,4 +93,6 @@ body {
|
||||||
color: green;
|
color: green;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex : 1;
|
flex : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
let safeButton = document.getElementById("safeButton");
|
let safeButton = document.getElementById("safeButton");
|
||||||
|
|
||||||
|
|
||||||
console.log(safeButton);
|
console.log(safeButton);
|
Loading…
Reference in a new issue