- Add fade layout while goal3
This commit is contained in:
hubourge
2024-09-03 17:23:13 +02:00
parent 6da8a023f5
commit 3f4aadffe5
3 changed files with 63 additions and 30 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* style.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: hubourge <hubourge@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
/* Updated: 2024/08/20 13:15:29 by edbernar ### ########.fr */
/* Updated: 2024/09/03 17:13:58 by hubourge ### ########.fr */
/* */
/* ************************************************************************** */
@ -33,4 +33,15 @@ body {
padding: 0;
width: 100%;
height: 100%;
}
}
#score {
position: absolute;
top : 5%;
left: 50%;
transform: translateX(-50%);
z-index: 1000;
font : Blippo, fantasy;
font-weight: 900;
font-size: 5vh;
}