diff --git a/assets/images/Logo-M3Academy 1.png b/assets/images/Logo-M3Academy 1.png new file mode 100644 index 0000000..e82e7a0 Binary files /dev/null and b/assets/images/Logo-M3Academy 1.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..246ee56 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,17 @@ +* { + margin: 0%; + padding: 0%; + box-sizing: border-box; +} + +.page-header { + display: flex; + padding: 28px 0; + + justify-content: center; + background: #000000; +} + +.header-logo { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..82dffb3 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + Desafio Landing Page + + + + + + + + \ No newline at end of file