C
Nov 9, 2021CSS basic 8 - :hover, :active, :focus
:hover :hover is CSS pseudo-class and it matches when the user interacts with an element...
Nov 9, 20212 min read17 reactions1 comments
Tag archive
:hover :hover is CSS pseudo-class and it matches when the user interacts with an element...

Source Code: HTML CODE: <!DOCTYPE html> <html...

This article was written for Tailwind 2.0. As of 3.0 variants are available by default thanks to the...

I based this code on the CodePen link by Arnaud Delante, but I thought it might be handy to make an a...
It's dead simple to detect Hover and Touch nowadays thanks to Level-4-media-queries. @media (hover:...