Site :
- Add style on button top bar
This commit is contained in:
@ -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/08/10 16:56:50 by marvin ### ########.fr */
|
||||
/* Updated: 2024/08/12 18:26:31 by madegryc ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -49,6 +49,26 @@ body {
|
||||
gap: 25%;
|
||||
}
|
||||
|
||||
#topButton p {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#topButton p:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
height: 3px;
|
||||
width: 0%;
|
||||
left: 0;
|
||||
bottom: 1px;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
#topButton p:hover:after {
|
||||
/* color: blue; */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#topBar h1 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
BIN
websocket-server/Class/__pycache__/User.cpython-310.pyc
Normal file
BIN
websocket-server/Class/__pycache__/User.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
websocket-server/typeRequets/__pycache__/login.cpython-310.pyc
Normal file
BIN
websocket-server/typeRequets/__pycache__/login.cpython-310.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user