- Add skin select (display: none;)
    - Re add "Click on the screen to play"
This commit is contained in:
Mathis Degryck
2024-09-24 16:01:39 +02:00
parent c9593f75a2
commit 5d46b06669
4 changed files with 73 additions and 4 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* home.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marvin <marvin@student.42.fr> +#+ +:+ +#+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/09/21 20:08:48 by marvin ### ########.fr */
/* Updated: 2024/09/24 15:16:08 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -403,7 +403,7 @@ button {
font-size: 24px;
color: white;
opacity: 0;
animation: fadeInUp 1.5s forwards 12s, blink 1.5s 13.5s infinite alternate;
animation: fadeInUp 1.5s forwards 16s, blink 1.5s 17.5s infinite alternate;
}
.info {
@ -448,6 +448,10 @@ footer {
color: #afafaf;
}
.footer-right{
margin-bottom: auto;
}
.footer-right p {
font-weight: bold;
}