Registration Form Html Template Free Download Gradient Color

 Registration Form Html CSS Free Download Gradient Color







  

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML VS CSS</title>
    <STyle>
        * {
            box-sizingborder-box;
            font-family"Open Sans"sans-serif;
            margin0;
            padding0;
       }
        .flex-column-centered {
            displayflex;
            flex-directioncolumn;
            justify-contentcenter;
            align-itemscenter;
       }
        .login-div {
            min-height100vh;
            background-imagelinear-gradient(rgb(089255), rgb(255255255));
            background-sizecover;
            background-repeatno-repeat;
            background-positioncenter;
       }
        .login-div .login-comps {
            background-imagelinear-gradient(rgba(0000.5), rgba(0000.5));
            padding2em;
            colorwhite;
       }
        .login-div form {
            padding20px 0;
            positionrelative;
            z-index2;
       }
        .login-div form input[type="text"], .login-div form input[type="password"] {
            margin0.5rem auto;
            backgroundrgba(802271940.2);
            box-shadow0 8px 32px 0 rgba(31381350.37);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filterblur(4px);
           
            border1px solid rgba(2552552550.18);
            padding0.5em;
            width400px;
            outlinenone;
       }
        .login-div form input[type="text"]:focus.login-div form input[type="password"]:focus {
            background-colorrgba(0000.329);
            colorwhite;
       }
        .login-div form input[type="submit"] {
            backgroundrgb(2550157);
            colorwhite;
            border-radius5px;
            margin0.5rem auto;
            padding0.5rem;
            width250px;
            bordernone;
       }
        .login-div form input[type="submit"]:active {
            transformscale(0.95);
       }
        .login-div form input[type="text"]::placeholder.login-div form input[type="password"]::placeholder {
            colorwhite;
       }
        .login-div .text-center {
            text-aligncenter;
       }
        .login-div a {
            text-decorationnone;
            colorwhite;
       }
        @media (max-width576px) {
            .login-div {
                padding2rem 1.5rem !important;
           }
            .login-div .login-comps.login-div input[type="text"], .login-div input[type="password"] {
                width100% !important;
           }
       }
        
    </STyle>
</head>
<body>
    <div class="login-div flex-column-centered">
        <div class="login-comps">
          <h1 class="text-center">Registration Form</h1>
          <form method="post" class="flex-column-centered">
            <input type="text" name="user" id="user" placeholder="Username" required>
            <input type="text" name="user" id="user" placeholder="Email" required>
            <input type="password" name="password" id="password" placeholder="Password" required>
            <input type="password" name="password" id="password" placeholder="confirm password" required>
            <input type="submit" value="Create New">
          </form>
          <a href="#">
            <p class="text-center">Log in?</p>
          </a>
        </div>
      </div>
</body>
</html>

How To Use This Cord

steps

  1. Fast One Copy Html File.
  2. Copy CSS File And Past Head Part Top Fo Html File.  
  3. File Save Name.html
  4. Ran Html File 
  5. Ready To Use
Solve This Problem 
  • Student Registration Form Template Html Css Free Download
  • Responsive Registration Form Codepen
  • Registration Form Design In Html And Css With Code
  • Html Form Templates Free Download
  • Registration Form Codepen
  • Registration Form Template Free Download
  • Form Template Free Download
  • Responsive Registration Form

Best Css Registration Form Templates That You Can Use On Your Project. Registration Form Template Free Download Form With A Transparent Design That Is Placed Against A Colorful Background Online Signup And Registration Forms, Html Login Form Templates Are Important Aspects Of Almost Every Web Registration Form Template Html Css Free Download A Collection Of Free Html/css Sign-in/sign-up Registration Forms Registration Form Design In Html And Css With Code

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.