mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2026-02-04 11:40:25 +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 {
|
#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