diff --git a/imagens/Logo-M3Academy 1.svg b/imagens/Logo-M3Academy 1.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/imagens/Logo-M3Academy 1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/imagens/Rectangle 9.png b/imagens/Rectangle 9.png new file mode 100644 index 0000000..08b5be8 Binary files /dev/null and b/imagens/Rectangle 9.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f73a6f6 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + Desafio 1 - Landing Page + + +
+ Imagem m3 Academy +
+
+
+ imagem de computador +
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..25f1957 --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +body{ + margin: 0; +} +.cabecalho { + background-color: #000000; + text-align: center; + height: 90%; + width: 100%; +} +.imagemCabecalho { + width: 12%; + height: 42%; + padding-top: 2.5%; + padding-bottom: 2.5%; +} +.imagemCorpoPt1{ + width: 100%; + height: 100%; +} \ No newline at end of file