使用CSS淡入按钮悬停
您可以尝试运行以下代码以使用CSS淡入按钮悬停
示例
<!DOCTYPE html>
<html>
<head>
<style>
.btn {
background-color: orange;
color: white;
padding: 10px;
text-align: center;
font-size: 16px;
margin: 5px;
opacity: 0.5;
transition: 0.5s;
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.btn:hover {
opacity: 2
}
</style>
</head>
<body>
<button class = "btn">Result</button>
</body>
</html>热门推荐
10 横幅元旦祝福语大全简短
11 新婚红包祝福语简短男
12 儿子31岁祝福语简短
13 道教生日祝福语简短大全
14 感动妈妈的祝福语简短
15 入学校简短祝福语
16 贺卡文字同事祝福语简短
17 祝产妇的祝福语简短
18 企业励志拜年祝福语简短