augmented-ui实现酷黑高科技登录页面代码
代码语言:html
所属分类:表单美化
代码描述:augmented-ui实现酷黑高科技登录页面代码风格按钮效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/augmented.css">
<style>
colors {
color: #03d7f2;
}
html {
display: flex;
min-height: 100%;
min-height: 100vh;
font-family: BlenderProBold, sans-serif !important;
}
body {
background: black;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
h1 {
font-size: 60px;
color: white;
}
.container {
margin-left: auto;
margin-right: auto;
width: 400px;
}
.content {
display: inline-block;
padding: 2%;
width: 40%;
margin: 10%;
}
div.message-alt {
--aug-border: 2px;
--aug-border-bg: white;
width: calc(100% - 20px);
max-width: 540px;
overflow: hidden;
tra.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0