diff --git a/assets/images/logo-m3.png b/assets/images/logo-m3.png new file mode 100644 index 0000000..b109af0 Binary files /dev/null and b/assets/images/logo-m3.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..1324b1d --- /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: 28px 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..c65f2c3 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + + + M3 Landing-Page + + + + + + \ No newline at end of file