大气的登录注册页面表单效果

代码语言:html

所属分类:表单美化

代码描述:大气的登录注册页面表单效果

代码标签: 注册 页面 表单 效果

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


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
:root {
	/* COLORS */
	--white: #e9e9e9;
	--gray: #333;
	--blue: #0367a6;
	--lightblue: #008997;

	/* RADII */
	--button-radius: 0.7rem;

	/* SIZES */
	--max-width: 758px;
	--max-height: 420px;

	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
	-webkit-box-align: center;
	        align-items: center;
	background-color: var(--white);
	background: url("http://repo.bfw.wiki/bfwrepo/image/5e0c6ed8b80d9.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: gri.........完整代码请登录后点击上方下载按钮下载查看

网友评论0