jbutko
8/17/2013 - 8:18 PM

CSS, CCS3, HTML: Anchor tags a hover transitions effect

CSS, CCS3, HTML: Anchor tags a hover transitions effect

a, a > * {
transition: color 0.4s ease 0s, background-color 0.4s ease 0s, border 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}