Site :
- Add skins Gomu, Minecraft, Windows XP - Add back arrow in login phone
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user