Files
Pong/Pong/Style.css
mrfluffy69 ac6894f37d Add files via upload
2 player pong game 
use "w" and "s" keys to move left pong and "up" and "down" arrows to move Right pong
2020-05-05 14:21:50 +02:00

7 lines
103 B
CSS

h1{
border-width: 1px;
border-style: dotted;
border-color: salmon;
color: red;
}