From 36dd8c03b315e80a59b7e6902cca4974d36074a0 Mon Sep 17 00:00:00 2001
From: Clifton Palmer
Date: Wed, 16 Aug 2023 01:32:39 -0500
Subject: [PATCH] Added CSS
---
www/css/index-1.css | 22 ++++++++++++++++++++++
www/css/index.css | 1 +
www/index.html | 26 +++++++++++++++-----------
3 files changed, 38 insertions(+), 11 deletions(-)
create mode 100644 www/css/index-1.css
create mode 120000 www/css/index.css
diff --git a/www/css/index-1.css b/www/css/index-1.css
new file mode 100644
index 0000000..f945581
--- /dev/null
+++ b/www/css/index-1.css
@@ -0,0 +1,22 @@
+body {
+ background: #defcf9;
+}
+
+.card {
+ background: #cadefc;
+ width: 512px;
+ border-radius: 24px;
+ padding: 8px;
+}
+
+.links {
+ background: #c3bef0;
+ border-radius: 24px;
+ padding: 8px;
+}
+
+.link {
+ background: #cca8e9;
+ border-radius: 24px;
+ padding: 8px;
+}
diff --git a/www/css/index.css b/www/css/index.css
new file mode 120000
index 0000000..e74384d
--- /dev/null
+++ b/www/css/index.css
@@ -0,0 +1 @@
+index-1.css
\ No newline at end of file
diff --git a/www/index.html b/www/index.html
index dc4ff15..70b93a8 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,17 +1,21 @@
+
+
+
-
-
purplebirdman
-
Places you can find me
-
-
-
Patreon
-
Gumroad
-
FurAffinity
-
BlueSky
-
Telegram
-
+
--
2.47.2