css实现一个背景走光动画的升级按钮效果代码

代码语言:html

所属分类:布局界面

代码描述:css实现一个背景走光动画的升级按钮效果代码

代码标签: css 背景 走光 动画 升级 按钮

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">
  


  
  
<style>
body {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19181F;
  font-family: Inter, sans-serif;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

.pro {
  position: relative;
  padding: 12px 20px;
  border-radius: 30px;
  background: #202025;
  color: #AEACB0;
  font-weight: 600;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hi.........完整代码请登录后点击上方下载按钮下载查看

网友评论0