diff --git a/assets/images/LogoM3Academy.svg b/assets/images/LogoM3Academy.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/images/LogoM3Academy.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..99bcbbd --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,17 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body{ + font-family: 'Inter', sans-serif; + color: #000; +} + +.header{ + background-color: #000; + display: flex; + justify-content: center; + padding: 29px 0px; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2dcb434 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + + Document + + + + +
+ + + +
+ + \ No newline at end of file