diff --git a/assets/imagens/Logo-M3Academy 1 (2).svg b/assets/imagens/Logo-M3Academy 1 (2).svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/imagens/Logo-M3Academy 1 (2).svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/imagens/banner.png b/assets/imagens/banner.png new file mode 100644 index 0000000..4738198 Binary files /dev/null and b/assets/imagens/banner.png differ diff --git a/index.html b/index.html index fd37c02..010c281 100644 --- a/index.html +++ b/index.html @@ -4,19 +4,26 @@ - - Desafio Landing Page - - + + Primeiro desafio M3 academy + - -
- - - -
+
+ +
+
+
+
+
+ +
+
+
+
\ No newline at end of file diff --git a/assets/styles/styles.css b/style.css similarity index 87% rename from assets/styles/styles.css rename to style.css index c0d54cf..ffb343c 100644 --- a/assets/styles/styles.css +++ b/style.css @@ -4,7 +4,6 @@ margin: 0; padding: 0; box-sizing: border-box; } - .header-page { padding: 29px 0; @@ -15,4 +14,8 @@ background-color: #000000; .header-logo { display: block; +} +.banner +{ +width: 100%; } \ No newline at end of file