Compare commits
2 commits
f3a3320eb7
...
d71260ba59
Author | SHA1 | Date | |
---|---|---|---|
d71260ba59 | |||
a348db264c |
2 changed files with 8 additions and 6 deletions
|
@ -16,10 +16,13 @@ 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: #BF0909;
|
color: #494949;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a:hover {
|
header a:hover {
|
||||||
|
@ -57,8 +60,9 @@ body {
|
||||||
height: 8vh;
|
height: 8vh;
|
||||||
min-width: 15vw;
|
min-width: 15vw;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
color: ;
|
color: black;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
@ -71,6 +75,7 @@ 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);
|
||||||
|
@ -93,6 +98,4 @@ body {
|
||||||
color: green;
|
color: green;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex : 1;
|
flex : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
let safeButton = document.getElementById("safeButton");
|
let safeButton = document.getElementById("safeButton");
|
||||||
|
|
||||||
|
|
||||||
console.log(safeButton);
|
console.log(safeButton);
|
Loading…
Reference in a new issue