From 210a6583ef7e69671f57757d0620dbb6a52b4803 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Thu, 30 Oct 2025 19:29:09 -0500 Subject: [PATCH] Added memes to cosmic page --- pages/members/cosmic.html | 8 +++++++- stylesheets/cosmic.css | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 stylesheets/cosmic.css diff --git a/pages/members/cosmic.html b/pages/members/cosmic.html index 2bcc9e5..bc476b4 100644 --- a/pages/members/cosmic.html +++ b/pages/members/cosmic.html @@ -3,12 +3,18 @@ - +

I'm Cosmic

+

Here are some memes

Go Back +
+ The Approaching me meme from Jojo's bizare adventure + Dabbing on them + Had to do it to em with my protogen uncolored + No Ram?
\ No newline at end of file diff --git a/stylesheets/cosmic.css b/stylesheets/cosmic.css new file mode 100644 index 0000000..a9894b9 --- /dev/null +++ b/stylesheets/cosmic.css @@ -0,0 +1,4 @@ +img{ + width: 50vw; + margin: 15px; +} \ No newline at end of file