From 1d327db28636350839f49a6efc2a6f5afc92ed8d Mon Sep 17 00:00:00 2001 From: Digital Cheese Date: Mon, 23 Oct 2023 14:22:31 +0000 Subject: [PATCH] index changes --- archive/attu.neocities.org/10152022-index.html | 1 + archive/attu.neocities.org/regular.css | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 archive/attu.neocities.org/regular.css diff --git a/archive/attu.neocities.org/10152022-index.html b/archive/attu.neocities.org/10152022-index.html index 0d0a0e2..1c77ec4 100644 --- a/archive/attu.neocities.org/10152022-index.html +++ b/archive/attu.neocities.org/10152022-index.html @@ -5,6 +5,7 @@ + The Anti-TikTok Union Website
diff --git a/archive/attu.neocities.org/regular.css b/archive/attu.neocities.org/regular.css new file mode 100644 index 0000000..18a57b0 --- /dev/null +++ b/archive/attu.neocities.org/regular.css @@ -0,0 +1,5 @@ +body {background-image: linear-gradient(green, black);text-align: center} +.header {text-align: center} +h1 {color:green;background-color:#1c1c1c;text-align:center;border:2px solid white;border-radius:25px;font-family:sans-serif} +p {color:white;background-color:#1c1c1c;text-align:center;border:1px solid white;border-radius:12px;font-family:sans-serif;} +a {color:cyan;font-family:sans-serif} \ No newline at end of file