Subscribe Us

Sign up code for BLogger

Sign up code for BLogger 

<p>&nbsp;</p><h1 style="text-align: center;">Get Free Unlimited Traffic For you Web Site&nbsp;</h1>!DOCTYPE html>


<head>


    <meta charset="UTF-8">


    <meta name="viewport" content="width=device-width, initial-scale=1.0">


    <title>Eye-Catching Signup Form</title>


    <style>


        body {


            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


            background: linear-gradient(to right, #56CCF2, #2F80ED);


            margin: 0;


     


        }




        form {


            background-color: #fff;


            padding: 20px;


            border-radius: 8px;


            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);


            width: 95%;


            text-align: center;


        }




        h1 {


            color: #333;


            font-size: 24px;


            margin-bottom: 20px;


        }




        label {


            display: block;


            margin-bottom: 8px;


            color: #333;


            font-size: 14px;


        }




        input {


            width: 100%;


            padding: 10px;


            margin-bottom: 16px;


            box-sizing: border-box;


            border: 1px solid #ddd;


            border-radius: 4px;


        }




        button {


            background-color: #4caf50;


            color: #fff;


            padding: 12px;


            border: none;


            border-radius: 4px;


            cursor: pointer;


            width: 100%;


            font-size: 16px;


        }




        button:hover {


            background-color: #45a049;


        }


    </style>


</head>


<body>




    <form action="paste your link here" method="post" id="signupForm">


        <h1>Sign Up</h1>




        <label for="username">Username:</label>


        <input type="text" id="username" name="username" required>




        <label for="email">Email:</label>


        <input type="email" id="email" name="email" required>




        <label for="password">Password:</label>


        <input type="password" id="password" name="password" required>




        <button type="submit">Sign Up</button>


    </form>




</body>


</html>

Post a Comment

0 Comments