diff --git a/css/styles.css b/css/styles.css index c07b32b..cb43d3f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,16 +17,19 @@ body { } -.header-section { +section { display: flex; height: 100vh; - background-image: url("../img/synergy.jpg"); - background-size: cover; align-items: center; text-align: center; justify-content: center; } +.header-section { + background-image: url("../img/synergy.jpg"); + background-size: cover; +} + .header-contents { background-color: rgba(255, 255, 255, 0.7); padding: 5%; diff --git a/index.html b/index.html index e538a07..3fc4497 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,11 @@ +
+
+ +
+
\ No newline at end of file