diff --git a/assets/image/Logo-M3Academy.svg b/assets/image/Logo-M3Academy.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/image/Logo-M3Academy.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/style/main.css b/assets/style/main.css new file mode 100644 index 0000000..54c87ab --- /dev/null +++ b/assets/style/main.css @@ -0,0 +1,17 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.header-princ{ + display: flex; + justify-content: center; + background: #000000; + padding: 28px 0; +} + +.header-logo{ + display: block; + +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b06ca92 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + + + M3 Landing Page + + + + + + +
+ +
+ +
+ +
+
+
+
+ + \ No newline at end of file