css实现向下滚动按钮提示动画效果代码
代码语言:html
所属分类:动画
代码描述:css实现向下滚动按钮提示动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<html>
<head>
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
<style>
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
*:focus {
box-shadow: none;
border: none;
outline: none;
}
body,
html {
height: 100%;
width: 100%;
background-color: #1F1F1F;
}
body,
p {
font: 400 18px/30px "Poppins", sans-serif;
color: #5d6483;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
color: #4154fe;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
-webkit-font-variant-ligatures: common-ligatures;
font-variant-ligatures: common-ligatures;
}
a:hover,
a:focus,
input:focus,
button:focus,
a:active {
text-decoration: none;
outline: none;
outline-offset: 0px;
box-shadow: none;
}
ul {
list-style: none;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0