From b49621c31dbf65836deaab01b80e3fec8c6983a8 Mon Sep 17 00:00:00 2001 From: Melissa Date: Thu, 18 Jun 2026 15:37:21 +0200 Subject: [PATCH] added colorson contact page --- pages/contact.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/contact.css b/pages/contact.css index 6febe64..cbdc4c3 100644 --- a/pages/contact.css +++ b/pages/contact.css @@ -104,10 +104,16 @@ h1 { margin-right: auto; background-color: skyblue; box-shadow: 2px 5px 5px darkgray; + background-image: linear-gradient( + to top left, + rgb(90 100 150), + transparent + ); } thead { background-color: rgb(8, 105, 85); + text-shadow: 2px 2px 2px slategray; color: lightblue; } th, @@ -132,6 +138,12 @@ td { margin-right: auto; margin-top: 100px; background-color: rgb(159, 199, 159); + background-image: linear-gradient( + to top left, + rgb(0 0 0 / 0.001), + rgb(0 0 0 / 0.1) 30%, + transparent + ); box-shadow: 2px 5px 3px; }