Posts by vitor de oliveira costa • 1 point
2 posts
-
-1
votes3
answers6399
viewsA: How to zoom in on an image by hovering over it?
HTML: <img src="/img/fundo.jpg" > CSS: img:hover{ height: 50%; width: 50%; }
-
-4
votes4
answers33008
viewsA: How to create a raise image effect by hovering the mouse over
CCS: img:hover{ height: 50%; width: 50%; } HTML: <img src="/imagem.jpg"` >
cssanswered vitor de oliveira costa 1