diff --git a/assets/mid-banner-01.png b/assets/mid-banner-01.png new file mode 100644 index 0000000..d7ff618 Binary files /dev/null and b/assets/mid-banner-01.png differ diff --git a/assets/mid-banner-02.png b/assets/mid-banner-02.png new file mode 100644 index 0000000..f7ed233 Binary files /dev/null and b/assets/mid-banner-02.png differ diff --git a/assets/mid-banner-03.png b/assets/mid-banner-03.png new file mode 100644 index 0000000..0bbb48c Binary files /dev/null and b/assets/mid-banner-03.png differ diff --git a/css/style.css b/css/style.css index 09e0b10..5e698e5 100644 --- a/css/style.css +++ b/css/style.css @@ -96,6 +96,29 @@ body{ margin: 28px 26px; } +/*** MID BANNER ***/ + +.mid-banners{ + background: #E0E0E0; + margin-top: 80px; + padding: 0 72px; +} + +.mid-banner-wrapper{ + display: grid; + grid-template-columns: repeat(3, 30%); + gap: 40px; + justify-content: center; + position: relative; + bottom: -62px; + +} + +.mid-banner-image{ + display: block; + width: 100%; +} + @media screen and (max-width: 1024px){ /*** MAIN BANNER ***/ .main-banner-desktop{ @@ -141,6 +164,23 @@ body{ font-size: 16px; line-height: 24px; } + + /*** MID BANNER ***/ + .mid-banners{ + padding: 0 24px 0; + } + .mid-banner-wrapper{ + width: 100%; + grid-template-columns: repeat(2, 45%); + gap: 0; + column-gap: 14px; + row-gap: 24px; + bottom: -32px; + } + + .mid-banner-3{ + grid-area: 2 / 1 /span 2/ span 2; + } } @@ -151,3 +191,7 @@ body{ } } +/*** 2500 px ***/ +@media (min-width: 2500px){ + +} \ No newline at end of file diff --git a/index.html b/index.html index 14bd4e7..8d54e96 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,28 @@ + + +