From 1a31cd1a9600b0d7ddfe9ae73c436b925d0465de Mon Sep 17 00:00:00 2001 From: LeonardoPereiraRocha Date: Thu, 13 Oct 2022 00:12:20 -0300 Subject: [PATCH] Cria o banner principal desktop e mobile --- .../{main-banner.png => main-banner-desktop.png} | Bin assets/styles/style.css | 8 +++++++- index.html | 8 +++++++- 3 files changed, 14 insertions(+), 2 deletions(-) rename assets/img/{main-banner.png => main-banner-desktop.png} (100%) diff --git a/assets/img/main-banner.png b/assets/img/main-banner-desktop.png similarity index 100% rename from assets/img/main-banner.png rename to assets/img/main-banner-desktop.png diff --git a/assets/styles/style.css b/assets/styles/style.css index 0ebd05b..cebedee 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -14,4 +14,10 @@ body{ justify-content: center; padding: 28px 0; background-color: #000; -} \ No newline at end of file +} + +.logo-header, .main-banner-desktop{ + width: 100%; + display: block; + height: auto; +} diff --git a/index.html b/index.html index 9af9913..8586bc3 100644 --- a/index.html +++ b/index.html @@ -20,4 +20,10 @@ Logo M3 Academy - \ No newline at end of file + + +
+ Banner Principal +
+ + \ No newline at end of file