Making A Login & Signup Form In HTML & CSS | ADDING AMAZING ANIMATIONS TO THE LOGIN FORM
Making A Login & Signup Form In HTML & CSS | ADDING AMAZING ANIMATIONS TO THE LOGIN FORM
OUTPUT:
See The Full WebPage with Css Stunning Effects:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Login Form</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="screen and (max-width: 1170px)" href="css/phone.css">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
<style>
img{
width:100px;
height:100px;
border: solid grey 1px;
border-radius: 50px;
margin-top: 10px;
margin-left: 10px;
}
form{
background: url(shubham.jpg);
margin: 20px;
border: solid 5px black;
border-radius: 50px;
width:300px;
height:450px;
font-family: fantasy;
}
input{
margin: 15px;
width:200px;
height:30px;
border: solid 2px blue;
border-radius: 80px;
font-family: monospace;
font-weight: bold;
}
button{
width: 250px;
height:35px;
background: linear-gradient( 90deg,darkblue,deepskyblue);
border: solid red 1px;
border-radius: 10px;
color:white;
transition: .6s;
}
button:hover{
cursor: pointer;
box-shadow: 2px 2px 3px 3px blue;
}
a{
color: darkslateblue;
}
</style>
</head>
<body>
<center>
<form>
<center>
<img src="https://cms-assets.tutsplus.com/uploads/users/343/posts/23810/preview_image/tutsplus-icon.png">
</center>
<p>
<input type="email" placeholder="Enter E-mail"><br>
</p><p>
<input type="password" placeholder="Enter Password"><br></p>
<p>
<button>Login</button><br><br><button>Sign Up</button>
</p>
<a href="#">Forgot Password</a>
</form>
</center>
</body>
</html>
________________________________________
Recommended Blog To Learn Css:
Making A Navigation Bar
Adding Shadow To Elements With CSS
______________________________________
Editor Used: Brackets
Video Tutorial On: www.youtube.com/c/coveringtheworld
______________________
Accessories:
Laptop Used: https://amzn.to/2Yr6Vb2
Headphones Used: https://amzn.to/31hDNF7
______________________________
Thank You
Shubham Sagar
Code Star
No comments: