From d925529bb52269dcd48e3f13215d52b9cb484614 Mon Sep 17 00:00:00 2001 From: deepskyblue Date: Tue, 26 Nov 2024 11:02:24 -0600 Subject: [PATCH] #2 GradienTVorTex --- index.html | 10 +++++++--- space.css | 2 +- spice.css | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7112872..b9fa885 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,18 @@ - + LUCY mural - + + + @@ -18,7 +22,7 @@
-

+

Lucy

diff --git a/space.css b/space.css index 2627d2f..61204e9 100644 --- a/space.css +++ b/space.css @@ -1,6 +1,6 @@ html { font-family: sans-serif; - font-size: max(3ch, 3vmax + 3vmin); + font-size: max(3ch, 3vmax + 5vmin); } body { diff --git a/spice.css b/spice.css index 9075970..fe80f8b 100644 --- a/spice.css +++ b/spice.css @@ -1,5 +1,6 @@ :root { - background: silver; + background-color: #fab; + background-image: radial-gradient(#1ed, plum, skyblue, #fab, #fab, skyblue, plum, #1ed); background-image: conic-gradient(#1ed, plum, skyblue, #fab, #fab, skyblue, plum, #1ed); color: indigo; }