Is it possible to change only the alpha of a rgba background colour on hover?

后端 未结 14 2242
离开以前
离开以前 2020-11-29 07:04
14条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 07:36

    This is about the simplest way; put this in your css stylesheet:

    a:hover { color : #c00; } 
    

    done!

提交回复
热议问题