登录注册表单效果

代码语言:html

所属分类:布局界面

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
  
    <title> - Daily UI :: 001 - Sign Up Page</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
    <link rel='stylesheet' href='https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css'>
    <style>
        /**
* Daily UI :: 001
* Design a sign up page, modal, form, app screen, etc.
**/
        /**
* Style Declarations
**/
        html, body {
            height: 100%;
        }

        body {
            background: url("https://res.cloudinary.com/exards/image/upload/v1447941004/Majestic_mountains_1920x1080-blue_rr4ucd.jpg");
            background-size: cover;
            font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
        }

        #page-wrapper {
            display: table;
            width: 100%;
            height: 100%;
        }
        #page-wrapper #modal-wrapper {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }

        #modal {
            margin: 0 auto;
            .........完整代码请登录后点击上方下载按钮下载查看

网友评论0