pong online: add: smartphone support

This commit is contained in:
2024-05-15 14:04:40 +02:00
parent eca5f22d50
commit 96396f0fec
3 changed files with 77 additions and 2 deletions

View File

@ -0,0 +1,14 @@
#up:active, #down:active {
color: red;
}
#up, #down {
min-height: 60px;
min-width: 60px;
font-size: 40px;
}
#up, #down {
position: relative;
}