<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果</title>
<link rel="stylesheet" href="./style.css">
<style>
body {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
text-align: center;
background: #111;
}
button{
margin: 30px;
}
.btn {
position: relative;
padding: 1rem 3rem;
font-family: "微软雅黑", sans-serif;
font-size: 1.5rem;
font-weight:700;
line-height: 1.5;
color: black;
text-decoration: none;
text-shadow: -1px -1px 0px rgba(0,0,0,0.3),1px 1px 0px rgba(255,255,255,0.3);
background-color: white;
border: transparent;
outline: transparent;
cursor: pointer;
user-select: none;
white-space: nowrap;
animation: glow 8s linear infinite;
}
.btn-gradient {
color: white;
background: linear-gradient(90deg, #00dbde, #fc00ff, #00dbde);
background-size: 300%;
border-radius: 2em;
}
.btn-gradient::before {
position: absolute;
content: "";
top: -5px;
left: -5px;
bottom: -5px;
right: -5px;
z-index: -1;
background: inherit;
background-size: inherit;
border-radius: 4em;
opacity: 0;
transition: 0.5s;
}
.btn-gradient:hover{
coloer:#ececec;
}
.btn-gradient:hover::before {
opacity: 1;
filter: blur(20px);
animation: glow 8s linear infinite;
}
@keyframes glow {
to {
background-position: 300%;
}
}
.golden{
color: #504227;
background-image: linear-gradient(to right, #fff89b, #997744, #fff89b, #997744, #fff89b);
}
.shine{
background-image: linear-gradient(to right, red, gold, lightgreen, gold, red);
}
.black{
background-image: linear-gradient(to right, #252525,#393e40,#4f4f4f,#6d6d6d, #252525);
}
</style>
</head>
<body>
<button class="btn btn-gradient">我是一个华丽的按钮</button>
<button class="btn btn-gradient golden">我是一个奢华的按钮</button>
<button class="btn btn-gradient shine">我是一个热情的按钮</button>
<button class="btn btn-gradient black">我是一个沉稳的按钮</button>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
CSS太牛了!流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果.zip
共2个文件
html:1个
gif:1个
需积分: 0 2 下载量 37 浏览量
2024-07-01
14:13:12
上传
评论
收藏 1.71MB ZIP 举报
温馨提示
资源介绍:这段代码实现了一组非常漂亮的流光溢彩的按钮,它使用伪类before和css实现。。 资源特点:代码短小、代码容易阅读、重点注释、方便扩展、样式美观、纯css实现。 适用人群:前端从业职,新手小白,有网站开发能力对美工有所欠缺的后端工程师。 提示:------------------------------------------------------------------------------------------------------------ 文件夹里包含预览图,源码有注释。没有任何广告和病毒,可放心下载,学习,使用。
资源推荐
资源详情
资源评论
收起资源包目录
流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果.zip (2个子文件)
流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果
流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果.gif 1.75MB
流光溢彩,极度惊艳!利用伪类before和CSS动画实现的非常酷炫的按钮效果.html 2KB
共 2 条
- 1
资源评论
鱼仰泳
- 粉丝: 743
- 资源: 48
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功