"-------------"
Bootstrap 3.0.0 Snippet by maccc

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<div class="container" id="wrap">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<form action="" method="post" accept-charset="utf-8" class="form" role="form"> <legend>ODTÜ Derneği Üye Kayıt Formu</legend>
<h4>ODTÜ Gönüllüleri ve Emeklileri Sosyal Yardımlaşma ve Dayanışma Derneği</h4>
<div class="account-wall">
<img class="profile-img" src="static/images/add_user.png"
<label>Cinsiyet : </label> <label class="radio-inline">
<input type="radio" name="gender" value="M" id=male required> Erkek
</label>
<label class="radio-inline">
<input type="radio" name="gender" value="F" id=female required> Bayan
</label>
<div class="row">
<div class="col-xs-12 col-md-12">
<input type="text" name="TCNo" value="" class="form-control input-lg" placeholder="Tc Kimlik Numarası" required > </div>
<div class="col-xs-6 col-md-6">
<input type="text" name="adı" value="" class="form-control input-lg" placeholder="Adı" required> </div>
<div class="col-xs-6 col-md-6">
<input type="text" name="soyadı" value="" class="form-control input-lg" placeholder="Soyadı" required> </div>
<div class="col-xs-6 col-md-6">
<input type="text" name="anadaı" value="" class="form-control input-lg" placeholder="Ana Adı" required> </div>
<div class="col-xs-6 col-md-6">
<input type="text" name="babaadı" value="" class="form-control input-lg" placeholder="Baba Adı" required> </div>
<div class="col-xs-6 col-md-6">
<input type="text" name="dogumyeri" value="" class="form-control input-lg" placeholder="Doğum Yeri" required> </div>
</div>
<div class="row">
<div class="col-xs-4 col-md-4">
<select name="day" class = "form-control input-lg">
<option value="1">1</option>
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
#wrap{
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #D3D8E8 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #D3D8E8 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #D3D8E8 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #D3D8E8));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D3D8E8 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #FFFFFF 0%, #D3D8E8 100%);
background-repeat: no-repeat;
background-attachment: fixed;
}
legend{
color:#141823;
font-size:25px;
font-weight:bold;
}
.signup-btn {
background: #79bc64;
background-image: -webkit-linear-gradient(top, #79bc64, #578843);
background-image: -moz-linear-gradient(top, #79bc64, #578843);
background-image: -ms-linear-gradient(top, #79bc64, #578843);
background-image: -o-linear-gradient(top, #79bc64, #578843);
background-image: linear-gradient(to bottom, #79bc64, #578843);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
text-shadow: 0px 1px 0px #898a88;
-webkit-box-shadow: 0px 0px 0px #a4e388;
-moz-box-shadow: 0px 0px 0px #a4e388;
box-shadow: 0px 0px 0px #a4e388;
font-family: Arial;
color: #ffffff;
font-size: 20px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: