diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..1419147 --- /dev/null +++ b/css/index.css @@ -0,0 +1,11 @@ +body { + background-color: rgba(49, 61, 55, 0.87); +} + +h1 { + text-align: center; + margin: 150px; + font-size: 140px; + text-shadow: 2px -4px 16px #ba5df0; +} +/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/css/index.css.map b/css/index.css.map new file mode 100644 index 0000000..70a11e2 --- /dev/null +++ b/css/index.css.map @@ -0,0 +1,9 @@ +{ + "version": 3, + "mappings": "AAAA,AAAA,IAAI,CAAC;EACJ,gBAAgB,EAAE,sBAAsB;CACxC;;AACD,AAAA,EAAE,CAAC;EACF,UAAU,EAAE,MAAM;EAClB,MAAM,EAAE,KAAK;EACb,SAAS,EAAE,KAAK;EAChB,WAAW,EAAE,GAAG,CAAE,IAAG,CAAC,IAAI,CAAC,OAAiB;CAC5C", + "sources": [ + "index.scss" + ], + "names": [], + "file": "index.css" +} \ No newline at end of file diff --git a/css/index.scss b/css/index.scss new file mode 100644 index 0000000..55b8f12 --- /dev/null +++ b/css/index.scss @@ -0,0 +1,9 @@ +body { + background-color: rgba(49, 61, 55, 0.87); +} +h1 { + text-align: center; + margin: 150px; + font-size: 140px; + text-shadow: 2px -4px 16px rgb(186, 93, 240); +} diff --git a/index.html b/index.html index ede4147..468a05c 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,7 @@