html - make h2 text underline when hovering over image -


jsfiddle.net/pxojrb1o/

hello,

i'm trying make 'retro products' text underline when hover on green picture. if put green picture in h2 tag, misaligns. can help?

the html: added class h2

<h2 class="products"><a href="products.html">retro products</a></h2> 

the css

.home-featured-class:hover .products {     text-decoration: underline; } 

http://jsfiddle.net/pxojrb1o/3/

for more information see thread: how affect other elements when div hovered


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -