div+css实现带阴影按钮效果代码
代码语言:html
所属分类:布局界面
代码描述:div+css实现带阴影按钮效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.5.3.0.css">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: #6B3A9C;
background: radial-gradient(at center, #6B3A9C, #B962BE);
}
body .content {
height: 5rem;
}
body .content .jump {
position: relative;
}
body .content ..........完整代码请登录后点击上方下载按钮下载查看
网友评论0