Skip to content

Commit

Permalink
Update services.html
Browse files Browse the repository at this point in the history
  • Loading branch information
saiprasanna56 authored Oct 9, 2024
1 parent 80402b3 commit fa8471e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,14 @@
padding: 1rem;
}

.items {
transition: transform 0.3s ease;
}

.items:hover {
transform: scale(1.1);
}

</style>

</head>
Expand Down Expand Up @@ -782,4 +790,4 @@ <h1 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%); margin
</body>


</html>
</html>

0 comments on commit fa8471e

Please sign in to comment.