Game
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
/* ::: :::::::: */
|
||||
/* style.css :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
|
||||
/* Updated: 2024/09/03 17:13:58 by hubourge ### ########.fr */
|
||||
/* Updated: 2024/09/03 18:19:30 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -28,20 +28,46 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeInText {
|
||||
from {
|
||||
color: rgb(255, 255, 255, 0.1);
|
||||
}
|
||||
to {
|
||||
color: rgb(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeOutText {
|
||||
from {
|
||||
color: rgb(255, 255, 255, 1);
|
||||
}
|
||||
to {
|
||||
color: rgb(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
#score {
|
||||
line-height: 1.75;
|
||||
vertical-align: top;
|
||||
font-family: 'Poppins';
|
||||
position: absolute;
|
||||
top : 5%;
|
||||
font-size: 30vh;
|
||||
top: 0;
|
||||
bottom : 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 1000;
|
||||
font : Blippo, fantasy;
|
||||
font-weight: 900;
|
||||
font-size: 5vh;
|
||||
transform: translate(-50%, 50%);
|
||||
z-index: 800;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
/* font-weight: 900; */
|
||||
color: rgb(255, 255, 255, 0.1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user