Move link image 5px up on hover

后端 未结 5 656
孤城傲影
孤城傲影 2021-02-05 07:45

How would I go about acheiving an effect similar to that on this site\'s portfolio page Solid Giant, with CSS and HTML?

I had thought that just putting something like t

5条回答
  •  闹比i
    闹比i (楼主)
    2021-02-05 07:45

    Give the image an id:

    
    
    
     #imgHover:hover { margin-top: -5px; }
    

提交回复
热议问题