Skip to content

Commit

Permalink
Merge pull request #481 from AkshitGarg24/469/Hover-Effects-Freelancer
Browse files Browse the repository at this point in the history
Added Hover Effects
  • Loading branch information
SUGAM-ARORA authored Jul 13, 2024
2 parents 56c8c0a + 84d40b4 commit 384d8cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/Components/FreeLancer/Freelancer.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
outline: 2px solid #ff21bc;
padding: 20px;
border-radius: 30px;
transition: transform 0.15s ease-in-out;
}

.imageFreelancer {
Expand Down Expand Up @@ -345,6 +346,11 @@
border-radius: 20px;
}

.containerbox4Freelancer:hover{
transform: scale(1.08);
box-shadow: 0px 0px 11px 4px #ff21bc;
}

@media only screen and (max-width:1000px) {
.secondBox3 {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11622,4 +11622,4 @@ yargs@^17.3.1, yargs@^17.7.2:
yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 comments on commit 384d8cf

Please sign in to comment.