gaearon/overreacted.io

Change Post's Background On Mouse Hover

matheussilva2 opened this issue ยท 1 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>