Hyperlinking an image using CSS

后端 未结 10 1005
清酒与你
清酒与你 2020-12-11 05:39

I know this is probably the dumbest question ever, however I am a total beginner when it comes to CSS; how do you hyperlink an image on a webpage using an image which is sou

10条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-11 05:54

    
    

    then in your css

    .titleLink {
      background-image: url(imageUrl);
    }
    

提交回复
热议问题