diff --git a/challenge-landing-page-matheus-brollo-dauter b/challenge-landing-page-matheus-brollo-dauter new file mode 160000 index 0000000..89ee712 --- /dev/null +++ b/challenge-landing-page-matheus-brollo-dauter @@ -0,0 +1 @@ +Subproject commit 89ee7124acf39f95e55dd0e21f2aa8b5918c7fbe diff --git a/src/assets/Logo-M3Academy 1 (1).png b/src/assets/Logo-M3Academy 1 (1).png new file mode 100644 index 0000000..6adf638 Binary files /dev/null and b/src/assets/Logo-M3Academy 1 (1).png differ diff --git a/src/assets/Logo-M3Academy 1 (1).svg b/src/assets/Logo-M3Academy 1 (1).svg deleted file mode 100644 index 698965a..0000000 --- a/src/assets/Logo-M3Academy 1 (1).svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/index.html b/src/index.html index 67e4a02..2bb5324 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,7 @@
- Logo-M3Academy + Logo-M3Academy
diff --git a/src/styles/style.css b/src/styles/style.css index b754356..9585a94 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -2,6 +2,21 @@ /* Começar Css por Header e img1 */ -h1 { - font-family: Arial, Helvetica, sans-serif; -} \ No newline at end of file +* { + margin: 0px; + padding: 0px; +} + +header { + background-color: black; + text-align: center; + min-height: 10px; + padding: 18px; +} + +.home img { + max-width:160px; + max-height:110px; + width: auto; + height: auto; +}