Password reset form

Developer
Size
2,800 Kb
Views
22,264

How do I make an password reset form?

Bart caught my eye so here you are...a reset form for your password.Based on http://drbl.in/kNDj by Rovane Durso (http://rovanedurso.com). What is a password reset form? How do you make a password reset form? This script and codes were developed by Nika Zawila on 15 October 2022, Saturday.

Password reset form Previews

Password reset form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Password reset form</title> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="panel"> <img class="panel__avatar" src="http://icons.iconarchive.com/icons/jonathan-rey/simpsons/256/Bart-Simpson-01-icon.png" alt="avatar" /> <form action="" method="post" class="inputs"> <div class="inputs__item"> <label for="previous-password" class="inputs__label">Previous password</label> <input type="password" class="inputs__input" id="previous-password" value="password" /> </div> <div class="inputs__item inputs__item--new"> <label for="new-password" class="inputs__label">New password</label> <input type="password" class="inputs__input" id="new-password" value="password" /> </div> <div class="inputs__item inputs__item--cta"> <input type="submit" class="btn" value="RESET" /> </div> </form>
</div>
</body>
</html>

Password reset form - Script Codes CSS Codes

body { background: #2A2B31; font: 16px 'Helvetica Neue', Helvetica, sans-serif; -webkit-font-smoothing: antialiased;
}
.panel { background: #35363C; margin: 40px auto; width: 300px; border: 1px solid #46464C; border-radius: 3px; padding: 40px; box-shadow: 1px 3px #26272C;
}
.panel__avatar { background: #fff; border: 8px solid #46393D; width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 40px; display: block;
}
.inputs__item { padding-bottom: 40px;
}
.inputs__label { color: #A64C41; display: block;
}
.inputs__input { border: none; border-bottom: 1px solid #6B6C70; background: #35363C; display: block; width: 100%; padding: 10px 0; font: 16px 'Helvetica Neue', Helvetica, sans-serif; color: #A64C41;
}
.inputs__input:focus { outline: none;
}
.inputs__item--new .inputs__label,
.inputs__item--new .inputs__input { color: #6498BB;
}
.inputs__item--cta { text-align: center; padding-bottom: 0; padding-top: 20px;
}
.btn { border: none; background: #A64C41; color: #C8BDA0; font-size: 20px; border-radius: 3px; padding: 12px 50px; cursor: pointer;
}
Password reset form - Script Codes
Password reset form - Script Codes
Home Page Home
Developer Nika Zawila
Username nikazawila
Uploaded October 15, 2022
Rating 3
Size 2,800 Kb
Views 22,264
Do you need developer help for Password reset form?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Nika Zawila (nikazawila) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!