Google login form

Size
2,944 Kb
Views
28,336

How do I make an google login form?

Based on Dribbble https://dribbble.com/shots/2885361. What is a google login form? How do you make a google login form? This script and codes were developed by Ashlee Phillips on 15 September 2022, Thursday.

Google login form Previews

Google login form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Google login form</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ * { box-sizing: border-box;
}
body { background-color: #eeeeee;
}
img { display: block; width: 80px; margin: 30px auto; box-shadow: 0 5px 10px -7px #333333; border-radius: 50%;
}
.form { background-color: #ffffff; width: 500px; margin: 50px auto 10px auto; padding: 30px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px -3px #333; text-align: center;
}
input { border-radius: 100px; padding: 10px 15px; width: 50%; border: 1px solid #D9D9D9; outline: none; display: block; margin: 20px auto 20px auto;
}
button { border-radius: 100px; border: none; background: #719BE6; width: 50%; padding: 10px; color: #FFFFFF; margin-top: 25px; box-shadow: 0 2px 10px -3px #719BE6; display: block; margin: 55px auto 10px auto;
}
a { text-align: center; margin-top: 30px; color: #719BE6; text-decoration: none; padding: 5px; display: inline-block;
}
a:hover { text-decoration: underline;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="form"> <img src="http://www.androidpolice.com/wp-content/themes/ap2/ap_resize/ap_resize.php?src=http%3A%2F%2Fwww.androidpolice.com%2Fwp-content%2Fuploads%2F2015%2F10%2Fnexus2cee_Search-Thumb-150x150.png&w=150&h=150&zc=3">
<input type="email" name="email" placeholder="Email" /> <input type="password" name="Password" placeholder="Password" /> <button>Sign in</button> <a href="https://www.google.com/">Create account</a>
</div>
</body>
</html>

Google login form - Script Codes CSS Codes

* { box-sizing: border-box;
}
body { background-color: #eeeeee;
}
img { display: block; width: 80px; margin: 30px auto; box-shadow: 0 5px 10px -7px #333333; border-radius: 50%;
}
.form { background-color: #ffffff; width: 500px; margin: 50px auto 10px auto; padding: 30px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px -3px #333; text-align: center;
}
input { border-radius: 100px; padding: 10px 15px; width: 50%; border: 1px solid #D9D9D9; outline: none; display: block; margin: 20px auto 20px auto;
}
button { border-radius: 100px; border: none; background: #719BE6; width: 50%; padding: 10px; color: #FFFFFF; margin-top: 25px; box-shadow: 0 2px 10px -3px #719BE6; display: block; margin: 55px auto 10px auto;
}
a { text-align: center; margin-top: 30px; color: #719BE6; text-decoration: none; padding: 5px; display: inline-block;
}
a:hover { text-decoration: underline;
}
Google login form - Script Codes
Google login form - Script Codes
Home Page Home
Developer Ashlee Phillips
Username smashlee
Uploaded September 15, 2022
Rating 3
Size 2,944 Kb
Views 28,336
Do you need developer help for Google login 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!

Ashlee Phillips (smashlee) Script Codes
Create amazing Facebook ads 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!