Added Pong game using iframe

This commit is contained in:
TechRunner2
2018-04-09 21:52:48 -05:00
parent 1546ef909f
commit 0d0f11f7a2
2 changed files with 29 additions and 0 deletions

View File

@ -117,3 +117,8 @@ html, body{
min-height: 100%;
height: 100%;
}
#pong{
height: 40em;
margin-left: 10%;
}