- Add skins Gomu, Minecraft, Windows XP
    - Add back arrow in login phone
This commit is contained in:
Mathis Degryck
2024-10-09 20:39:47 +02:00
parent 9c64b0098c
commit 5945371c5e
21 changed files with 40 additions and 24 deletions

View File

@ -6,7 +6,7 @@
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/10/05 22:09:37 by madegryc ### ########.fr */
/* Updated: 2024/10/09 16:23:22 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -181,6 +181,18 @@
text-align: center;
}
#cross-login{
display: none;
position: absolute;
top: 20px;
/* right: 20px; */
left: 20px;
width: 70px;
height: 70px;
cursor: pointer;
color: white;
}
.close {
position: absolute;
top: 110px;
@ -511,6 +523,9 @@ footer {
top: 650px;
right: 0;
}
#cross-login{
display: block;
}
.containerHomePage {
width: 100%;
height: 100%;