diff --git a/index.html b/index.html index 85e75af..820d28c 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,12 @@ - Hello World! + Nitin's Blog + - Hello World! +
+

Nitin's Blog

+
\ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..dcbef66 --- /dev/null +++ b/styles.css @@ -0,0 +1,19 @@ +@font-face { + font-family: 'Acumin-Variable-Concept'; + src: url('fonts/Acumin-Variable-Concept.ttf') format('truetype'); +} + +body { + background-color: #1e1e2e; + color: #bac2de; + margin: 0; +} + +.header { + background-color: #11111B; + color: #cdd6f4; + padding: 40px; + text-align: left; + font-family: 'Acumin-Variable-Concept', 'Arial', sans-serif; + font-weight: lighter; +} \ No newline at end of file