纯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.loader动态加载js文件特效代码

一个轻量级的js文件加载器插件,可动态加载JavaScript和样式表文件。
  其它&杂项
 21008  0

jquery支持模糊搜索可分组的穿梭框插件

Transfer是一个强大、动态、可分组和可模糊查询的双列表框插件,用户可以在2个同级列表框之间移动组,带屏蔽选中移动。
  其它&杂项
 51097  0

jquery滚动页面吸顶横幅贴顶特效代码

一款鼠标向下拉动滚动条,指定的DIV顶部对齐悬浮特效,非常的简单实用。
  其它&杂项
 3696  0

jquery随机洗牌打乱列表数据顺序插件

一款打乱列表顺序插件,使用fisher-yates shuffle算法来扰乱列表数据元素。
  其它&杂项
 1775  0

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

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