diff --git a/assets/images/Logo M3 [branco] (4) 1.svg b/assets/images/Logo M3 [branco] (4) 1.svg new file mode 100644 index 0000000..d0656f5 --- /dev/null +++ b/assets/images/Logo M3 [branco] (4) 1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..b0f8f79 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,17 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.page-header{ + display: flex; + justify-content: center; + padding: 28px 0; + background-color: #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..f92f1f1 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + + + M3 Landing Page + + + + + + + + \ No newline at end of file