.ci { background: gray; } .ci-highlight { position: absolute; width: 60px; height: 51px; outline: solid 3px yellow; outline-offset: 3px; visibility: hidden; } .ci-parent:hover .ci-highlight { visibility: visible; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }