diff --git a/00-Code/css/styles.css b/00-Code/css/styles.css new file mode 100644 index 0000000..8a9c6a3 --- /dev/null +++ b/00-Code/css/styles.css @@ -0,0 +1,16 @@ +body { + color: #D3D3D3; + background-color: #020202; + font-family: "Anonymous Pro", monospace; +} + +p { + font-family: "Poppins", sans-serif; + /* letter-spacing: -0.05em; */ + font-size: 16px; +} + +.main-title { + text-transform: uppercase; + color: #fff; +} \ No newline at end of file diff --git a/00-Code/css/styles.scss b/00-Code/css/styles.scss deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html index ae3df47..078fcab 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,10 @@
- + + + +