<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>立即下载</title>
<style>
.download {
background-color: #ef2222;
border: none;
color: white;
padding: 10px 30px;
text-decoration: none;
display: inline-block;
font-size: 30px;
border-radius: 10px;
}
.download:hover {
background-color: #5530c5;
}
</style>
</head>
<body>
<button class="download">
<a href="#" target="_blank" class="download">立即下载</a>
</button>
</body>
</html>
CSS立即下载(作业)
最新推荐文章于 2024-11-04 14:23:33 发布