diff --git a/Css-files/content.css b/Css-files/content.css index b075a566..2c1e628e 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -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% { @@ -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 {