mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2026-02-04 11:40:25 +01:00
add_pad_color
This commit is contained in:
parent
f31331d344
commit
c8d0a2d1fa
@ -123,16 +123,22 @@ button:hover {
|
|||||||
|
|
||||||
#player1-pad {
|
#player1-pad {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
background-color: #00ffff;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 0 15px #00ffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#player2-pad {
|
#player2-pad {
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
background-color: #00ffff;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 0 15px #00ffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ball {
|
#ball {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-color: #ffffff;
|
background-color: #00ffff;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user