"Bootstrap Signup Tabs"
Bootstrap 3.3.0 Snippet by farooqshad

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<div class="container">
<div class="login-signup">
<div class="row">
<div class="col-sm-6 nav-tab-holder">
<ul class="nav nav-tabs row" role="tablist">
<li role="presentation" class="active col-sm-6"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">Admin</a></li>
<li role="presentation" class="col-sm-6"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">User</a></li>
</ul>
</div>
</div>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="home">
<div class="row">
<div class="col-sm-6 mobile-pull">
<article role="login">
<h3 class="text-center"><i class="fa fa-lock"></i>USER</h3>
<form class="signup" action="index.html" method="post">
<div class="form-group">
<input type="text" class="form-control" placeholder="UserName">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone Number">
</div>
<div class="form-group">
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
.login-signup {
padding: 0 0 25px;
}
.btn-success {
background: #23bab5;
border-radius:0;
border: 2px solid #23bab5;
webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
transition: all 400ms cubic-bezier(.4,0,.2,1);
}
.btn-success:hover,.btn-success:focus {
background: rgba(26, 161, 157, 0);
border: 2px solid #1aa19d;
webkit-transition: all 400ms cubic-bezier(.4,0,.2,1);
transition: all 400ms cubic-bezier(.4,0,.2,1);
color: #23BAB5;
}
a {
color: #23bab5;
}
ul {
list-style-type: none;
}
article[role="login"] {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
padding: 30px 50px;
margin-bottom: 20px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

its not working when i am running the code after copy pasting it into my computer..!pls help ASAP

Ayush Agarwal () - 9 years ago - Reply 0


its simple bootstrap tabs

Farooq Shad () - 9 years ago - Reply 0


its not working when i am running the code after copy pasting it into my computer..!pls help ASAP

Ayush Agarwal () - 9 years ago - Reply 0