纯CSS创建的透明变色的button按钮效果

所属分类: 网页特效-其它&杂项    2024-01-30 11:57:45

纯CSS创建的透明变色的button按钮效果 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

纯CSS创建的透明变色的button按钮效果(共8个文件)

    • index.html

使用方法

body {
  background: hsl(0 0% 98%);
  font-family: "Geist Sans", sans-serif;
  overflow-x: hidden;
}

button {
  position: fixed;
  bottom: 3rem;
  left: 50%;
  translate: -50% 0;
  font-size: 1.5rem;
  font-family: "Geist Sans", sans-serif;
  font-weight: 80;
  padding: 1rem 4rem;
  border-radius: 6px;
  border: 0;
  mix-blend-mode: difference;
  transition: filter 0.2s;
  background: white;
  color: black;
}

button::before {
  content: "Order now";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  mix-blend-mode: none;
}

button::after {
  content: "";
  left: 8%;
  right: 8%;
  height: 12%;
  top: 130%;
  background: white;
  position: absolute;
  border-radius: 100px;
  mix-blend-mode: difference;
}

button:is(:hover, :focus-visible) {
  filter: brightness(0.5);
}

h1 {
  font-weight: 120;
  background: linear-gradient(hsl(0 0% 10%), hsl(0 0% 60%));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

section {
  height: 100vh;
  display: grid;
  place-items: center;
  font-size: clamp(2rem, 4vw + 1rem, 8rem);
}

main {
  display: grid;
  gap: 8rem;
  justify-items: center;
  padding-bottom: 50vh;
}

img {
  height: 50vh;
}

img:nth-of-type(even) {
  translate: -25% 0;
}

img:nth-of-type(odd) {
  translate: 25% 0;
}

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 其它&杂项

jquery+React收件箱邮件列表内容查看代码

一款站内信消息查看插件,左侧消息列表式带滚动条,右侧是查看消息内容区域。
  其它&杂项
 9652  0

jquery可获取文本框最初光标停留位置插件

一款表单文本框光标获取位置插件,可获取当前光标停留位置字符串总数,以及回到最初光标停留位置。
  其它&杂项
 4568  0

jquery自动判断鼠标与元素的距离变换模糊阴影特效代码

一个有趣的jQuery插件,根据鼠标的接近程度,动态的扩大或收缩模糊阴影效果作用到指定元素。
  其它&杂项
 1652  0

jquery模拟智能手机界面做的交互式UI特效

这是一款参照手机桌面效果做的UI模板,主要功能包括电话、闹钟、日历和分页等元素的样式。加载页面时,使用了动感的CSS3动画特效。
  其它&杂项
 9868  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论