From 454c00117a71e349c9f50e47aebe0f369ea97a88 Mon Sep 17 00:00:00 2001 From: Triston Date: Sat, 20 Jul 2024 18:11:47 -0500 Subject: [PATCH] update styling --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index edd0e12..e54c464 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -32,12 +32,16 @@ font-style: italic; } - .c-primary {} + .gradient { + background: radial-gradient(circle at top right, #333 0%, #000 50%); + background-repeat: no-repeat; + } - + +