diff --git a/assets/images/png/banner middle background.png b/assets/images/png/banner middle background.png new file mode 100644 index 0000000..9327c22 Binary files /dev/null and b/assets/images/png/banner middle background.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index 7e34a08..e9e1901 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -68,6 +68,7 @@ body { display: flex; width: 100%; grid-template-columns: repeat(3, max-content); + flex-wrap: wrap; justify-content: center; gap: 20px; background: #f0f0f0; @@ -92,14 +93,40 @@ body { font-size: 16px; } +.middle-banner { + width: 100%; + height: 530px; + left: 0px; + top: 1989px; + + +} + +.display-grid { + display:grid; + width: 100%; + background: #E0E0E0; +} + +.middle-banner-desktop { + position:relative; + text-align: center; + width: 32%; + bottom: 320px; + left: 2%; + +} + @media screen and (max-width:414px) { .main-banner-desktop { display: none; - padding: 84px 30px 158px; + } } @media screen and (min-width:415px) { .main-banner-mobile { - display: none;} + display: none; + padding: 84px 30px 158px; + } } \ No newline at end of file diff --git a/index.html b/index.html index 313bf9f..890c67f 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,17 @@

+
+
+ banner-background-middle +
+
+ + + + +
+