<style>
.custom-animation {
border-radius: 7px;
position: absolute;
top: 20px;
left: 50%;
color: white;
font-size: 24px;
padding: 20px;
background-color: red;
transform: translateX(-50%);
text-decoration: none;
-webkit-animation: action 1s infinite alternate;
animation: action 1s infinite alternate;
}
@-webkit-keyframes action {
0% {
margin-top: 0;
}
100% {
margin-top: 20px;
}
}
.custom-animation:hover
{
color: black;
}
</style>
<div class="cstm-landing-page"><a href="https://airkart.com/collections/s21"><img src="https://cdn.shopify.com/s/files/1/0401/9070/5820/files/Landing-Page.jpg?v=1610636100" /> </a> <a href="https://airkart.com/products/tecno-camon-16-premier-with-free-tws-earphones?variant=36362854138012" class="custom-animation">Book Now</a></div>
You have successfully subscribed!