diff --git a/assets/styles/main.css b/assets/styles/main.css index e69de29..d58fc7e 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -0,0 +1,10 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body{ + font-family: 'Inter', sans-serif; + color: #000000; +} \ No newline at end of file diff --git a/index.html b/index.html index ac29e02..bfc239a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,10 @@ - Document + + + + Landing Page