Skip to content

Commit

Permalink
hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Kratik1093 committed Oct 4, 2024
1 parent 350ebc9 commit ca64981
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ input[type="submit"]:hover {
border-radius: 15px;
display: inline-block;
color: white;
/* transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; Smooth transition */
transition: 0.3s ease-in-out;
}

.butt:hover {
/* background-color: #ffffff; */
background-color: brown !important;
color:white !important;
background-color: white !important;

color: brown !important;
border: 3px solid rgb(165, 42, 42);
transform: scale(1.01);
/* animation: bounce 0.5s; */

}
@keyframes bounce {
0%, 100% {
Expand All @@ -211,12 +211,17 @@ input[type="submit"]:hover {
box-shadow: 0 0 10px rgba(224, 224, 252, 0.678);
border: 1px solid rgb(186, 186, 201);
padding: 40px;
margin: 5px;
margin: 10px;
height: 310px;
width: 230px;
border-radius: 10px;
border-radius: 15px;
text-align: center;
font-family: "Bree Serif", serif;
transition: 0.5s ease-in-out;
}
.menu_items :hover{
background-color:#fff4f4 ;
transform: scale(1.05);
}

.menu_items .items img {
Expand Down

0 comments on commit ca64981

Please sign in to comment.