From 4a89113805c4b43fdb02a0ed7adae8aae97c53e1 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Sun, 6 Mar 2022 13:40:25 -0400 Subject: [PATCH] mission background-image #654 --- teaCozy/resources/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/teaCozy/resources/style.css b/teaCozy/resources/style.css index b3c056a..b09acf4 100644 --- a/teaCozy/resources/style.css +++ b/teaCozy/resources/style.css @@ -38,4 +38,18 @@ nav ul { } .item { padding: 10px; +} +/* Middle; Banner*/ + +#mission { + background-image: url("./img/img-mission-background.jpg"); + background-size: 110%; + background-repeat: no-repeat; + background-position: center; + height: 700px; + width: 100%; + text-align: center; + display: inline-flex; + align-items: center; + border-top: solid seashell; } \ No newline at end of file