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