diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6c3a219 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "workbench.editor.enablePreview": false +} diff --git a/index.css b/index.css index 3024e63..f49663f 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,7 @@ main { display: flex; justify-content: center; + /* flex-direction column makes items stack vertically */ flex-direction: column; align-items: center; margin: auto; diff --git a/index.html b/index.html index af638da..1a53b6b 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,11 @@ - +
+ +