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;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0