"windows login"
Bootstrap 4.1.1 Snippet by vijay18399

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<head>
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
</head>
<section>
<div></div>
<h1>User</h1>
<span>
<input type="password" placeholder="Password">
</span>
</section>
<nav>
<i class="fa fa-power-off"></i>
<i class="fa fa-recycle"></i>
<i class="fa fa-wifi"></i>
</nav>
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:url(https://i.ytimg.com/vi/7XtH-Dpyi18/maxresdefault.jpg);
background-size:100vw 100vh;
background-repeat:no-repeat;
color:#fff;
font-family: 'Quicksand', sans-serif;
}
section
{
/* background:red; */
width:50%;
margin:3% auto;
text-align:center;
padding:1px
}
div
{
width:150px;
height:150px;
background:#7b7b7b;
margin:10% auto 0;
border-radius:50%;
position:relative
}
div:after
{
content:"";
width:25%;
height:25%;
position:absolute;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: