From 82bfb5b33575d333c44b98533077307333ee050f Mon Sep 17 00:00:00 2001 From: Tanya Bansal <72347751+philomathtanya@users.noreply.github.com> Date: Thu, 24 Nov 2022 21:07:17 +0530 Subject: [PATCH] Update Gallery-Page.css --- CSS-Files/Gallery-Page.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CSS-Files/Gallery-Page.css b/CSS-Files/Gallery-Page.css index b922660..8b0252b 100644 --- a/CSS-Files/Gallery-Page.css +++ b/CSS-Files/Gallery-Page.css @@ -72,6 +72,13 @@ img:hover { border: 1px solid aliceblue; cursor: pointer; - border:solid 2px #7b6aa7; + border:solid 2px black; + background-image: url(https://png.pngtree.com/png-vector/20190425/ourmid/pngtree-vector-logout-icon-png-image_991952.jpg); + background-position: center; + background-size: cover; +} +#profile:hover{ + transform: scale(1.05); + transition: 0.2s; }