From 3f4a175bf778d1773e8dc411887f2b518a71d2d9 Mon Sep 17 00:00:00 2001 From: Latent Architect Date: Sun, 12 May 2024 21:33:23 -0400 Subject: [PATCH] init - start 'er up --- 00-Code/css/styles.css | 16 ++++++++++++++++ 00-Code/css/styles.scss | 0 index.html | 7 +++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 00-Code/css/styles.css delete mode 100644 00-Code/css/styles.scss 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 @@ - + + + + Latent Architect's Garden @@ -12,7 +15,7 @@
-

The Garden

+

The Garden