diff --git a/index.html b/index.html index 35aa68b..52eed72 100644 --- a/index.html +++ b/index.html @@ -16,18 +16,15 @@ body { flex-direction:column; } -.centered{ - display: flex; - justify-content: center; - align-items: center; - padding-top: 100px; - background-color: red; +.centered{ +padding-top: 100px; + } .navbar { background-color: #333; overflow: hidden; position: fixed; - widht: 100%; + width: 100%; flex: 1; justify-content: space-around; } @@ -68,6 +65,7 @@ body {