Skip to content

Commit

Permalink
Merge pull request #2 from philomathtanya/patch-1
Browse files Browse the repository at this point in the history
Update Gallery-Page.css
  • Loading branch information
philomathtanya authored Nov 24, 2022
2 parents 6bdf26b + 82bfb5b commit 6a99faf
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 6a99faf

Please sign in to comment.