diff --git a/assets/img/Logo-M3Academy.png b/assets/img/Logo-M3Academy.png new file mode 100644 index 0000000..6adf638 Binary files /dev/null and b/assets/img/Logo-M3Academy.png differ diff --git a/assets/img/main-banner.png b/assets/img/main-banner.png new file mode 100644 index 0000000..cab0a60 Binary files /dev/null and b/assets/img/main-banner.png differ diff --git a/assets/styles/style.css b/assets/styles/style.css new file mode 100644 index 0000000..322a696 --- /dev/null +++ b/assets/styles/style.css @@ -0,0 +1,18 @@ +*{ + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.page-header{ + display: flex; + justify-content: center; + padding: 28px 0; + background-color: #000; +} + +.logo-header{ + width: 100%; + display: block; + height: auto; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..823cd0b --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + M3 Academy Landing Page + + + + + + + \ No newline at end of file