diff --git a/assets/images/middle-banner-desktop.png b/assets/images/middle-banner-desktop.png new file mode 100644 index 0000000..6c18895 Binary files /dev/null and b/assets/images/middle-banner-desktop.png differ diff --git a/assets/images/middle-banner-mobile.png b/assets/images/middle-banner-mobile.png new file mode 100644 index 0000000..905fa53 Binary files /dev/null and b/assets/images/middle-banner-mobile.png differ diff --git a/assets/style/main.css b/assets/style/main.css index c2ce424..3a5e59d 100644 --- a/assets/style/main.css +++ b/assets/style/main.css @@ -20,8 +20,9 @@ body{ display: block; } -.main-banner { +.main-banner, .middle-banner { width: 100%; + display: block; } .top-infocard { @@ -67,6 +68,7 @@ body{ display: flex; flex-direction: column; align-items: center; + background: #FFF; padding: 26px 26px 34px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); /* max-width: 350px; */ @@ -84,7 +86,7 @@ body{ } @media screen and (max-width: 414px) { - .main-banner-desktop { + .main-banner-desktop, .middle-banner-desktop { display: none; } } @@ -135,7 +137,7 @@ body{ } @media screen and (min-width: 415px) { - .main-banner-mobile { + .main-banner-mobile, .middle-banner-mobile { display: none; } } diff --git a/index.html b/index.html index 0eb19fb..42bcd7d 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,11 @@
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
+ +