diff --git a/scripts/play.css b/scripts/play.css index 7e8560e..4d7828d 100644 --- a/scripts/play.css +++ b/scripts/play.css @@ -15,12 +15,20 @@ body { .column { display:block; - float:top; width:33%; - margin-left:0; + margin-left:auto; margin-right:auto; } +.left { + float:left; +} + +.right { + float:right; + width:66%; +} + table { background-color: rgb(219, 255, 235); margin: 0 auto; diff --git a/scripts/play.php b/scripts/play.php index 33b5552..311e435 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -27,13 +27,13 @@ $result = $statement->execute();
+