diff --git a/assets/logoM3.svg b/assets/logoM3.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/logoM3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..65eb0e5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,27 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body{ + font-family: 'Inter', sans-serif; + color: #000000; +} + +.page-header{ + display: flex; + justify-content: center; + align-items: center; + background-color: #000000; + padding: 28px 0; +} + +.header-logo{ + display: block; +} + +.main-banner-desktop{ + display: block; + width: 100%; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..21c5f04 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + Challenge Landing Page + + + + + + + + + + + \ No newline at end of file