"Login Page"
Bootstrap 3.2.0 Snippet by fadishah2001

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href='http://fonts.googleapis.com/css?family=Oswald:700|Lobster|Pacifico|Armata|Josefin+Sans|Lobster|Shadows+Into+Light|Black+Ops+One' rel='stylesheet' type='text/css'>
<div class="row">
<div class="col-md-6">
<form>
<div class="row">
<div class="col-md-6"><h1>Please Login</h1></div>
<div class="col-md-6"><h2>Metro look login site</h1><br /></div>
</div>
<div class='input'>
<label for='username'><span class='glyphicon glyphicon-user'></span></label>
<input type='text' class='input' placeholder='Username' name='username'/><br />
</div>
<div class='input'>
<label for='username'><span class='glyphicon glyphicon-lock'></span></label>
<input type='password' class='input' placeholder='Password' /><br />
</div>
<input type="submit" class='button' value='Login' />
</form>
</div>
<div class="col-md-6">
<div class="css-shapes-preview">
<h1 class='headng'>PORTFOLIO</h1>
<p>A new login portfolio for website</p>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body{background: #006AD1;
}
form{
margin: 100px auto;
width: 400px;
}
h1{
font-family: 'Lobster', calibri, arial;
color: white;
border-right: 5px solid white;
font-size: 25px;
letter-spacing: 2px;
}
h2{
font-family:'Pacifico',arial;
font-size: 20px;
color: white;
font-weight: normal;
}
div.input{
background: #E0E0E0;
border: 3px solid white;
font-famil: 'Oswald', calibri;
margin-bottom: 10px;
color: #006AD1;
}
input.input{
color: #006AD1;
border: none;
font-family: '#006AD1', calibri;
background: transparent;
width: 95%;
}
.button{
background:#006AD1;
border: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: