diff --git a/default.css b/default.css
index de26e00..a037c8b 100644
--- a/default.css
+++ b/default.css
@@ -39,6 +39,14 @@ canvas {
background: #003161;
}
+.cardLeft {
+ display: inline-block;
+}
+
+.cardRight {
+ display: inline-block;
+}
+
#navigation {
text-align: right;
padding: 6px;
diff --git a/index.html b/index.html
index ef59e28..bb8c4ff 100644
--- a/index.html
+++ b/index.html
@@ -21,35 +21,43 @@
Completed Projects
Pong
-
-
-
-
-
Game Over
-
-
-
Snake
-
-
-
+
+
+
+ Adjust game size -- Width:
+
+ Height:
+
+
+
Snake Head Location:
+
Food Location:
+
View Code
-
- Adjust game size -- Width:
-
- Height:
-
-
-
Snake Head Location:
-
Food Location:
-
View Code