diff --git a/index.html b/index.html index 4f04999..f432ae6 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,18 @@ margin: auto; text-align: center; } + .grid-container { + margin: auto; + display: flex; + justify-content: center; + } + .box-container{ + flex: 1; + }
+