Hacker News new | ask | show | jobs
by hanniabu 1038 days ago
How do you style with pseudo selectors (e.g. :hover)?
2 comments

You prefix the class with hover: or focus: etc. very powerful, although this is where a lot of people start to find it gross especially when you add breakpoints into the mix.