diff --git a/about-us.html b/about-us.html index 6442391..4301b0f 100644 --- a/about-us.html +++ b/about-us.html @@ -49,7 +49,7 @@ - + WHO ARE WE ? diff --git a/img/about-us-bg.png b/img/about-us-bg.png new file mode 100644 index 0000000..64ca7b8 Binary files /dev/null and b/img/about-us-bg.png differ diff --git a/style.css b/style.css index 3b99150..e3c59d3 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ nav { header { background-color: white; - min-height: 400px; + min-height: 600px; background-image: url("img/platypus-hero2.jpg"); background-attachment: fixed; background-repeat: no-repeat; @@ -26,6 +26,14 @@ header { background-size: cover; } +.header-aboutus { + background-image: url("img/about-us-bg.png"); + background-attachment: fixed; + background-repeat: no-repeat; + background-position: center; + background-size: cover; +} + .environment-section { background-image: url("img/environment-background.jpg"); background-attachment: fixed; @@ -146,8 +154,8 @@ nav ul { align-items: center; position: relative; color: #F09048; - border: 2px solid rgba(48, 24, 24, .9); - background-color: rgba(48, 24, 24, .9); + border: 2px solid rgba(48, 24, 24, .8); + background-color: rgba(48, 24, 24, .8); padding: 20px 0px; margin: 100px auto 30px auto; width: 60rem;