IPad Sign Up

Developer
Size
2,090 Kb
Views
44,528

How do I make an ipad sign up?

Inspired by http://dribbble.com/shots/1303690-iPad-Sign-Up. What is a ipad sign up? How do you make a ipad sign up? This script and codes were developed by Jitendra on 04 July 2022, Monday.

IPad Sign Up Previews

IPad Sign Up - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>iPad Sign Up</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="loginform">
<h1>Registration Form</h1>
<div id="inputlbl">
<div class="inputsnlables"><label>Title</label><input type="text" placeholder="Mr." /></div>
<div class="inputsnlables"><label>First Name</label><input type="text" placeholder="Jitendra" /></div>
<div class="inputsnlables"><label>Last Name</label><input type="text" placeholder="Berde" /></div>
<div class="inputsnlables"><label>Email</label><input type="text" placeholder="[email protected]" /></div>
<div class="inputsnlables"><label>Password</label><input type="password" placeholder="********" /></div>
</div>
<input type="button" value="Get started" />
</div>
</body>
</html>

IPad Sign Up - Script Codes CSS Codes

input:focus{ outline: 0;
}
::-webkit-input-placeholder {
font-size:1em;
}
:-moz-placeholder {
font-size:1em;
}
::-moz-placeholder {
font-size:1em;
}
body
{
background:url(http://blogs.sap.com/innovation/files/2013/09/274651_h_ergb_s_gl.jpg) no-repeat 0 0;
background-size:cover;
font-family:Verdana;
fon-size:0.9em;
}
h1{font-size:1.6em;color:#fff;text-align:center;font-weight:normal;}
#loginform
{
width:500px;
height:auto;
margin:1% auto;
}
#inputlbl{padding:0px 0px 0px 20px;
background:rgba(255,255,255,0.8);
border-radius:5px;
}
#loginform .inputsnlables:last-child{border-bottom:none;}
.inputsnlables
{
overflow:auto;
border-bottom:1px solid #dedede;
}
label
{
display:block;
font-size:0.9em;
color:#767676;
padding:20px 0px;
width:100px;
float:left;
font-weight:bold;
}
input
{
border:none;
padding:20px 0px;
background:transparent;
width:230px;
font-size:0.9em;
}
input[type=button]
{
background:#2c98e0;
text-align:center;
width:100%;
border-radius:5px;
font-size:1em;
color:#fff;
margin-top:10px;
cursor:pointer;
-webkit-transition:0.5s ease;-moz-transition:0.5s ease;transition:0.5s ease;
}
input[type=button]:hover{background:#1c7dbe;-webkit-transition:0.5s ease;-moz-transition:0.5s ease;transition:0.5s ease;}
IPad Sign Up - Script Codes
IPad Sign Up - Script Codes
Home Page Home
Developer Jitendra
Username berdejitendra
Uploaded July 04, 2022
Rating 4
Size 2,090 Kb
Views 44,528
Do you need developer help for IPad Sign Up?

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!

Jitendra (berdejitendra) Script Codes
Create amazing captions 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!