Push de la page de choix finie dans les grandes lignes et Baptiste prend le relai

這個提交存在於:
Florian Ehr 2020-12-06 18:43:44 +01:00
父節點 d8566245a1
當前提交 a348db264c
共有 2 個檔案被更改,包括 8 行新增6 行删除

查看文件

@ -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);