gaearon / overreacted.io

Personal blog by Dan Abramov.

Home Page:https://overreacted.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Post's Background On Mouse Hover

matheussilva2 opened this issue Β· comments

Add an :hover CSS event
If you would add a :hover css event for posts

at the homepage, it would be more interactive. πŸ˜„

I changed it at Inspect Element (i added a padding to

too)

image

You could change the cursor (cursor: pointer), or add a link over the post item.
<a href="post-link">
<article>
[...]
<article>
</a>