.header-bottom{height;background:linear-gradient(to top, #cf2e2e, #fcb900, #fcb900)}.header-button-1 a {
color: #FFFF00;
background: linear-gradient(to right, #FF0000, #990000
) !important;
border-color: #FFFF00!important;
animation: tada 1.2s infinite;
}
.header-button-1 a:hover {
color: #FFFF00;
background: linear-gradient(to right, #0000FF, #0000FF) !important;
border-color: #ffce21 !important;
animation: tada 1.2s infinite;
}
@keyframes tada {
0% {
transform: scaleX(1);
}
10%, 20% {
transform: scale3d(1, 1, 1) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
}
40%, 60%, 80% {
transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
}
100% {
transform: scaleX(1);
}
}
.header-button-2 a {
color: #FFFF00;
background: linear-gradient(to right, #FF0000, #990000) !important;
border-color: #FFFF00 !important;
animation: tada 1.2s infinite;
}
.header-button-2 a:hover {
color: #fffff;
background: linear-gradient(to right, #0033FF, #99FFFF) !important;
border-color: #ffce21 !important;
animation: tada 1.2s infinite;
}