This commit is contained in:
CHIBOUB Chakib 2024-08-05 18:11:51 +02:00
commit 53ef233f1f

View File

@ -124,16 +124,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;
} }