Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
18 views3 pages

Front Page

Uploaded by

binoy ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

Front Page

Uploaded by

binoy ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

DOCTYPE html>

<html lang=”en”>

<head>

<meta charset=”UTF-8”>

<meta name=”viewport” content=”width=device-width, initial-


scale=1.0”>

<title>Login Page</title>

<style>

Body {

Font-family: Arial, sans-serif;

Background-color: #f2f2f2;

Display: flex;

Justify-content: center;

Align-items: center;

Height: 100vh;

Margin: 0;

.login-container {

Background-color: white;

Padding: 20px;

Border-radius: 10px;

Box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

Width: 300px;

Text-align: center;

}
.login-container h2 {

Margin-bottom: 20px;

.login-container input[type=”text”],

.login-container input[type=”UserID”] {

Width: 100%;

Padding: 10px;

Margin: 10px 0;

Border: 1px solid #ccc;

Border-radius: 5px;

.login-container input[type=”submit”] {

Width: 100%;

Padding: 10px;

Background-color: #4CAF50;

Color: white;

Border: none;

Border-radius: 5px;

Cursor: pointer;

.login-container input[type=”submit”]:hover {

Background-color: #45a049;

</style>
</head>

<body>

<div class=”login-container”>

<h2>User Login</h2>

<form action=”prac.html” method=”GET”>

<input type=”text” name=”username” placeholder=”Enter


Username” required><br>

<input type=”UserID” name=”number” placeholder=”Enter UserID”


required><br>

<input type=”submit” value=”Login”>

</form>

</div>

</body>

</html>

You might also like