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