diff --git a/assets/imagens/banner-principal-desktop.png b/assets/imagens/banner-principal-desktop.png new file mode 100644 index 0000000..5d94877 Binary files /dev/null and b/assets/imagens/banner-principal-desktop.png differ diff --git a/assets/imagens/banner-principal-mobile.png b/assets/imagens/banner-principal-mobile.png new file mode 100644 index 0000000..098a4dc Binary files /dev/null and b/assets/imagens/banner-principal-mobile.png differ diff --git a/assets/imagens/image-body.png b/assets/imagens/image-body.png new file mode 100644 index 0000000..82530bd Binary files /dev/null and b/assets/imagens/image-body.png differ diff --git a/assets/imagens/logo-m3.png b/assets/imagens/logo-m3.png new file mode 100644 index 0000000..bd85eb7 Binary files /dev/null and b/assets/imagens/logo-m3.png differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..b737a8b --- /dev/null +++ b/assets/style.css @@ -0,0 +1,18 @@ +@charset "UTF-8"; + +*{ + margin: 0; + padding: 0; +} + +.page-header{ + display: flex; + justify-content: center; + align-items: center; + background-color: black; + height: 101px; +} + +.logo-header{ + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html index e69de29..f639fd6 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,27 @@ + + + + + + + + + + Desafio 1 m3 + + + + + + + +
+ +
+ + + \ No newline at end of file