Skip to content

Commit

Permalink
border removed and making proper alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
GAVINESHWAR committed Jul 5, 2024
1 parent 5cd722a commit a556cd3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions assets/css/test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@
border-radius: 25px;
background-color: white;
height: 300px;
transition: transform 0.5s ease;
}

transition: transform 0.5s ease;margin: 0px;
padding: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover{
transform: scale(1.001);
box-shadow: 2px 8px 16px rgba(17, 215, 37, 0.986);
padding: 10px;
}
.image-content {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -116,10 +123,10 @@
bottom: 0;
backface-visibility: hidden;
opacity: 0;
border: 2px solid #198754;
/* border: 2px solid #198754; */
background-color: white;
border-radius: 50px;
font-size: 1em;
/* border-radius: 50px; */
font-size: 2.3vh;
padding: 10px 40px;
transition: opacity 0.5s ease;
}
Expand Down

0 comments on commit a556cd3

Please sign in to comment.