<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial, Helvetica, sans-serif;}
form {border: 3px solid #f1f1f1;}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #04AA6D;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width: 40%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
</style>
</head>
<body>
<h2>Login Form</h2>
<form action="/action_page.php" method="post">
<div class="imgcontainer">
<img src="img_avatar2.png" alt="Avatar" class="avatar">
</div>
<div class="container">
<label for="uname"><b>Username</b></label>
<input type="text" placeholder="Enter Username" name="uname" required>
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<button type="submit">Login</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" class="cancelbtn">Cancel</button>
<span class="psw">Forgot <a href="#">password?</a></span>
</div>
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css/Style.css">
<meta charset="utf-8">
<link rel="icon" type="images/jpg" href="./imgs/img.jpg">
<style>
form{
padding:15px;
width:100%;
}
.login-box{
width:30%;
border:1px black solid;
margin-left:440px;
margin-top:100px;
}
input{
width:200px;
padding:10px;
}
h1{
padding:10px;
}
</style>
<title>Login|form</title>
</head>
<body>
<div class="login-box">
<h1>Login form </h1>
<hr>
<form action="info.php" target="blank" >
<p>USERNAME: </p>
<input type="text" placeholder= "Enter your Username">
<p>PASSWORD</p>
<input type="text" placeholder="Enter your password">
<br><br><br>
<input type="submit" name="" value="login">
<br><br>
<a href="#"> forgot your password</a>
<br>
<a href="#">Don't have an account</a>
</form>
</div>
</body>
</html>
Code Example |
---|
Css :: button hover |
Css :: css not working |
Css :: button active css |
Css :: youtube no related videos embed |
Css :: vue scoped css child component |
Css :: html and css websites |
Css :: font awesome icons showing squares before after |
Css :: css notes |
Css :: css color codes |
Css :: centrar imagen flexbox |
Css :: alacritty auto start fish |
Css :: How to replace broken image CSS? |
Css :: debordement de texte css |
Css :: text vs font properties in css |
Css :: selectors in css |
Css :: set background as an image |
Css :: python css |
Css :: fade div |
Css :: object-fit: cover; |
Css :: table vertical align center |
Css :: display flex |
Css :: Background Animation onHover |
Css :: how to see applications installed by wine cmd |
Css :: adminlte.min.css.map error |
Css :: css variables not working |
Css :: button style css |
Css :: css box-sizing |
Css :: background |
Css :: line height negative css |
Css :: AMP Keyframes styles |