Skip to content

Commit

Permalink
Update Gallery-Page.css
Browse files Browse the repository at this point in the history
  • Loading branch information
philomathtanya authored Nov 24, 2022
1 parent 1ca0781 commit 82bfb5b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CSS-Files/Gallery-Page.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 82bfb5b

Please sign in to comment.