What logging in and remembering sessions should be like (no checkbox)

Developer
Size
2,736 Kb
Views
14,168

How do I make an what logging in and remembering sessions should be like (no checkbox)?

Eliminate double clicking by offering a second "login and remember" button.. What is a what logging in and remembering sessions should be like (no checkbox)? How do you make a what logging in and remembering sessions should be like (no checkbox)? This script and codes were developed by Jelmer on 28 November 2022, Monday.

What logging in and remembering sessions should be like (no checkbox) Previews

What logging in and remembering sessions should be like (no checkbox) - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>What logging in and remembering sessions should be like (no checkbox)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <form action="#"> <h2>What logging in and remembering sessions should be like.</h2> <p>No checkboxes, no double clicking. Use a second button like this:</p> <input type="email" placeholder="Your e-mail" required tabindex="1"/> <input type="password" placeholder="Your password" required tabindex="2"/> <input type="submit" value="Login" tabindex="4"/> <input type="submit" value="Login and remember" class="remember" tabindex="3"/> <p>Your session will be remembered for a month.</p>
</form>
</body>
</html>

What logging in and remembering sessions should be like (no checkbox) - Script Codes CSS Codes

* { box-sizing: border-box; font-size: 12px;
}
body { background: #eee; line-height: 1.4;
}
form { margin: 50px auto; width: 500px; padding: 50px;
}
input { color: #444; width: 100%; display: block; border: 1px solid #ddd; padding: 10px; margin-bottom: 10px; border-radius: 5px;
}
[type=submit] { width: 50%; float: left; border: 0; padding: 15px 10px; background: #ccc; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); border-radius: 5px 0 0 5px; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1); position: relative;
}
[type=submit]:focus, [type=submit]:active { top: 2px; outline: 0; box-shadow: none;
}
[type=submit]:last-of-type { border-radius: 0 5px 5px 0;
}
.remember { color: #222; background: skyblue;
}
h2 { font-size: 18px;
}
p:last-of-type { color: #555; clear: both; background: white; border: 1px solid #ddd; border-radius: 5px; padding: 10px 15px; float: right; position: relative;
}
p:last-of-type:after { content: " "; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: white; border-top: 1px solid #ddd; border-left: 1px solid #ddd; display: block; width: 15px; height: 15px; position: absolute; top: -10px; right: 60px;
}
What logging in and remembering sessions should be like (no checkbox) - Script Codes
What logging in and remembering sessions should be like (no checkbox) - Script Codes
Home Page Home
Developer Jelmer
Username jelmerdemaat
Uploaded November 28, 2022
Rating 4
Size 2,736 Kb
Views 14,168
Do you need developer help for What logging in and remembering sessions should be like (no checkbox)?

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!

Jelmer (jelmerdemaat) Script Codes
Create amazing marketing copy 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!