Skip to content

Commit

Permalink
Merge pull request ThunderShadows#13 from Bhanu-partap-13/HoverButton
Browse files Browse the repository at this point in the history
Hover button
  • Loading branch information
ThunderShadows authored Jan 8, 2025
2 parents 801fb43 + c2447df commit d1a5592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@

.service-item:hover .btn {
width: 140px;
background-color: #0463fa;
color: white;
}


Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h5 class="text-light mb-4">Newsletter</h5>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>

<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="js/main.js"></script>
</body>

</html>

0 comments on commit d1a5592

Please sign in to comment.