diff --git a/assets/image/Logo-M3Academy 1.svg b/assets/image/Logo-M3Academy 1.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/image/Logo-M3Academy 1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/image/main-banner-desktop.png b/assets/image/main-banner-desktop.png new file mode 100644 index 0000000..5d94877 Binary files /dev/null and b/assets/image/main-banner-desktop.png differ diff --git a/assets/image/main-banner-mobile.png b/assets/image/main-banner-mobile.png new file mode 100644 index 0000000..098a4dc Binary files /dev/null and b/assets/image/main-banner-mobile.png differ diff --git a/assets/image/top-inforcard-image.png b/assets/image/top-inforcard-image.png new file mode 100644 index 0000000..82530bd Binary files /dev/null and b/assets/image/top-inforcard-image.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index e69de29..5620177 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -0,0 +1,32 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Inter', sans-serif; + color: #000000; +} + +.page-header { + display: flex; + justify-content: center; + background-color: #000000; + + +} + .header-logo { + display: block; + padding: 30px 0; + max-width: 226px; + width: 100%; + } + + @media screen and (max-width: 768px) { + .header-logo { + padding: 24px 0 33px; + } +} \ No newline at end of file