diff --git a/CSS/Main.css b/CSS/Main.css index e69de29..977fe54 100644 --- a/CSS/Main.css +++ b/CSS/Main.css @@ -0,0 +1,17 @@ +@font-face { + font-family: JetBrains_Mono; + src: url(../Fonts/JetBrainsMono-Regular.woff2) format('woff2'); +} + +body{ + background-color: black; + color: #aaa6a6; + font-family: JetBrains_Mono; +} + +header{ + background-image: linear-gradient(to right, #2c3e50, #4CAF50); +} +footer{ + background-image: linear-gradient(to left, #2c3e50, #4CAF50); +} \ No newline at end of file diff --git a/Fonts/JetBrainsMono-Regular.woff2 b/Fonts/JetBrainsMono-Regular.woff2 new file mode 100644 index 0000000..8c862e3 Binary files /dev/null and b/Fonts/JetBrainsMono-Regular.woff2 differ diff --git a/Views/footer.html b/Views/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/Views/header.html b/Views/header.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index c5aec20..5113053 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,25 @@
- +
+
+
+
+
+ +
+ + +