HTML and CSS text moving

Here is the Code and could anyone also tell me how to make sure that the size of the images is the same and everyone with different displays can see the whole picture ???

THANK YOU <3 :blush:

HTML-CODE

<h3><a href="Huracan.html" style="text-decoration:none; color:#FFFFFF; text-align:center;">Huracan<img src="lamborghini-huracan.jpg"</a></h3>
<h3><a href="Aventador.html" style="text-decoration:none; color:#FFFFFF; text-align:center;">Aventador<im(g) src="#"</a></h3>
<h3><a href="Concepts.html" style="text-decoration:none; color:#FFFFFF; text-align:center;">Concepts<im(g) src="#"</a></h3>

CSS-CODE

a img { display:none; }
a:hover img { display:block; }