Skip to content

Commit

Permalink
Merge pull request #698 from sharmi4590/TW
Browse files Browse the repository at this point in the history
Button enhanced.
  • Loading branch information
apu52 authored Jun 5, 2024
2 parents 33c2f3b + 36717b9 commit 7ef9926
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2083,15 +2083,26 @@ body {
height: 50px;
background-color: #002152;
bottom: 20px;
right: 80px;

right: 25px;
bottom: 80px;
border-radius: 50%;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
text-decoration: none;
color: white;
text-align: center;
line-height: 50px;
font-size: 22px;
transition: all 0.5s;
transition: box-shadow 0.3s; /* Added transition for box-shadow */
}

.goupbtn:hover {
background-color: #004080;
transform: scale(1.1);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) , 0 0 25px black , 0 0 50px black , 0 0 200px black;
}


/* Testimonial Section */
@media (min-width: 320px) {
.testimonials {
Expand Down

0 comments on commit 7ef9926

Please sign in to comment.