mirror of
https://github.com/mrfluffy-dev/Pong.git
synced 2026-01-17 06:20:32 +00:00
2 player pong game use "w" and "s" keys to move left pong and "up" and "down" arrows to move Right pong
7 lines
103 B
CSS
7 lines
103 B
CSS
h1{
|
|
border-width: 1px;
|
|
border-style: dotted;
|
|
border-color: salmon;
|
|
color: red;
|
|
}
|