diff --git a/assets/images/main-banner-mobile.png b/assets/images/main-banner-mobile.png new file mode 100644 index 0000000..5118021 Binary files /dev/null and b/assets/images/main-banner-mobile.png differ diff --git a/assets/style/style.css b/assets/style/style.css index 3adbcd4..d5cd394 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -13,4 +13,25 @@ .header-logo{ display: block; -} \ No newline at end of file +} + +.main-banner{ + width: 100%; +} + + +/*MEDIAS*/ + +@media screen and (max-width:414px) { + .main-banner-desktop{ + display: none; + } + +} + +@media screen and (min-width: 415px){ + .main-banner-mobile{ + display: none; + } +} + diff --git a/index.html b/index.html index 41d93f8..a0277d6 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,13 @@ + +
+
+ Imagem de uma mesa de trabalho com um computador ligado + Imagem de uma mesa de trabalho com um computador ligado +
+
\ No newline at end of file