skip to Main Content

Trying to animate a hyperlink using CSS

I'm trying to apply the animation animation to the hyperlink contained in the 3rd <h4> of a div wpb_wrapper of .about_us_right. .about_us_list_right .wpb_wrapper h4:nth-child(3) a { -webkit-animation: animation 3s ease-out !important; -webkit-animation-iteration-count: infinite !important; } @-webkit-keyframes animation { 0% {…

VIEW QUESTION
Back To Top
Search