diff --git a/assets/images/m3-logo.png b/assets/images/m3-logo.png new file mode 100644 index 0000000..894bd51 Binary files /dev/null and b/assets/images/m3-logo.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..97c06c0 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,16 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.page-header { + display: flex; + justify-content: center; + padding: 1.75rem 0; + 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..9e1b789 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + + M3 Landing Page + + + + + + \ No newline at end of file