add_pad_color

This commit is contained in:
estellon 2024-08-05 18:08:49 +02:00
parent f31331d344
commit c8d0a2d1fa

View File

@ -123,16 +123,22 @@ button:hover {
#player1-pad {
left: 10px;
background-color: #00ffff;
border-radius: 10px;
box-shadow: 0 0 15px #00ffff;
}
#player2-pad {
right: 10px;
background-color: #00ffff;
border-radius: 10px;
box-shadow: 0 0 15px #00ffff;
}
#ball {
width: 20px;
height: 20px;
background-color: #ffffff;
background-color: #00ffff;
border-radius: 50%;
position: absolute;
}