diff --git a/assets/styles/style.css b/assets/styles/style.css new file mode 100644 index 0000000..34533d9 --- /dev/null +++ b/assets/styles/style.css @@ -0,0 +1,11 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: 'Inter', sans-serif; + color: #000000; +} + +a { + text-decoration: none; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f860cf7 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + M3 Academy Landing Page + + + + + + + + + + \ No newline at end of file