mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2026-02-04 03:30:26 +01:00
Merge branch 'yannick' of https://github.com/AudebertAdrien/ft_transcendence into trash
This commit is contained in:
commit
53ef233f1f
@ -124,16 +124,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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user