Del : Deleted hover styled button

This commit is contained in:
eniamza 2020-07-03 23:57:03 +06:00
parent 6455cbd5f1
commit d4d849a47e

View file

@ -157,32 +157,6 @@ nav {
color: white;
}
/* /Special Branded Color Classes*/
/* Hovering Button Style*/
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.2s;
cursor: pointer;
}
.button1 {
background-color: transparent;
color: black;
border: 2px solid #00303C;
}
.button1:hover {
background-color: #00303C;
color: #28D4E2;
}
.button1 {border-radius: 13px;}
/* /Hovering Button Style*/
/* Card animations*/
.card {