Login Page

Developer
Size
1,758 Kb
Views
26,312

How do I make an login page?

What is a login page? How do you make a login page? This script and codes were developed by Mahesh Bhagat on 27 August 2022, Saturday.

Login Page Previews

Login Page - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Login Page</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="row"> <div class="col-sm-4 offset-sm-4"> <ul class="list-group"> <li class="list-group-item pad-0"> <div class="form-group mb-0"> <input type="text" class="form-control border-radius-0 no-border" placeholder="Username"> </div> </li> <li class="list-group-item pad-0"> <div class="form-group mb-0"> <input type="password" class="form-control border-radius-0 no-border" placeholder="Password"> </div> </li> <li class="list-group-item"> <button class="btn btn-primary">Login</button> </li> </ul> </div> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.8/angular.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js'></script>
</body>
</html>

Login Page - Script Codes CSS Codes

.pad-0{padding:0px;}
.pad-l-0{padding-left:0px;}
.mb-0{margin-bottom:0px;}
.border-radius-0{border-radius:0px;}
.no-border{border:none}
Login Page - Script Codes
Login Page - Script Codes
Home Page Home
Developer Mahesh Bhagat
Username mymahesh11
Uploaded August 27, 2022
Rating 3
Size 1,758 Kb
Views 26,312
Do you need developer help for Login Page?

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!

Mahesh Bhagat (mymahesh11) Script Codes
Create amazing SEO content 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!