- Projects here are those completed from online courses like freeCodeCamp or The Odin Project
+ Projects here are those completed from online courses like freeCodeCamp or The Odin Project
freeCodeCamp Responsive Web Design course
- Build a survey form
diff --git a/style/style.css b/style/style.css
index fe785b7..543c9b0 100644
--- a/style/style.css
+++ b/style/style.css
@@ -17,7 +17,6 @@ body {
box-sizing: border-box;
display: flex;
flex-direction: column;
- justify-content: center;
align-items: center;
background-color: var(--grey);
}