From 6fc90e9c02af0c997819a0b78d8a4107e709b53c Mon Sep 17 00:00:00 2001 From: Cat Meow <110690475+catMeooww@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:52:14 -0300 Subject: [PATCH] style upd --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index eaf7056..5fe545c 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,13 @@ body{ background-color: #0000ff60; border: #aa00aa ridge 3px; } +.Projects:hover{ + width: 500px; + height: 50px; + background-color: #0000ff90; + border: #cc00cc ridge 3px; + box-shadow: 3px 3px 3px #aa20aa; +} .Projects a{ color:#00ffff; @@ -47,4 +54,7 @@ body{ .MCSites{ border: #eeaa10 ridge 5px; +} +.MCSites:hover{ + border: #00ff50 ridge 7px; } \ No newline at end of file