Push de la page de choix finie dans les grandes lignes et Baptiste prend le relai
這個提交存在於:
父節點
d8566245a1
當前提交
a348db264c
共有 2 個檔案被更改,包括 8 行新增 和 6 行删除
|
@ -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);
|
載入中…
新增問題並參考