From 5376f82489d5cd4e0d775c24c9b2effa48178cb6 Mon Sep 17 00:00:00 2001 From: drudge Date: Sat, 15 Jul 2023 19:35:55 -0700 Subject: [PATCH] amending author names --- css/styles.css | 9 ++++++--- index.html | 5 +++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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