Why my keyframes aren´t working as i hover over?
I am trying to do a css animation on different spans as i hover over them but they are not working and i cant figure out why. This is my html: <div className="content"> <h2>Hello, I´m <br/> <span className=’bounce’>M</span> <span className=’bounce’>a</span> <span className=’bounce’>t</span> <span className=’bounce’>e</span> <span className=’bounce’>o </span> <span className=’bounce’>G</span> <span className=’bounce’>h</span> <span className=’bounce’>i</span> <span className=’bounce’>d</span>… Read More Why my keyframes aren´t working as i hover over?