Skip to content

Commit

Permalink
Added Boxshadow Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sailaja-adapa committed Aug 10, 2024
1 parent 49142d5 commit 86ffe60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function Footer() {
<hr />
</div>
</div>
</div>
</div>
</div>
</footer>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ ul a .mr-2 {
.contact-link a:hover {
cursor: none;
color: #474eff !important;
color: white;
color: white;
transform: scale(1.1);
animation: pulse 1s infinite alternate;
}

0 comments on commit 86ffe60

Please sign in to comment.