diff --git a/assets/Logo M3 [branco] (4) 1.png b/assets/Logo M3 [branco] (4) 1.png new file mode 100644 index 0000000..894bd51 Binary files /dev/null and b/assets/Logo M3 [branco] (4) 1.png differ diff --git a/assets/styles/style.css b/assets/styles/style.css new file mode 100644 index 0000000..91d17b6 --- /dev/null +++ b/assets/styles/style.css @@ -0,0 +1,16 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.page-header { + display: flex; + justify-content: center; + padding: 28px 0; + background: #000; +} + +.header-logo { + display: block; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..629000a --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + + + M3 Landing Page + + + + + +
+ +
+ + + \ No newline at end of file