"Contact Us Body-Last"
Bootstrap 3.0.0 Snippet by serhatkaraca

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">
<div class="row">
<div class="col-md-7">
<h1 class="title">Get in touch with us.</h1>
<p class="subtitle">We appreciate all feedback we receive – positive and constructive - and love to hear what you think about our programmes and services. </p>
</div>
</div>
<div class="row map-form">
<div class="col-md-7">
<form class="form">
<div class="form__row">
<input type="text" class="form__field" name="name" id="name" required>
<span class="floating-label">Full Name</span>
</div>
<div class="form__row">
<input type="text" class="form__field" name="email" id="email" required>
<span class="floating-label">Email Address</span>
</div>
<div class="form__row">
<input type="text" class="form__field" name="phone" id="phone" required>
<span class="floating-label">Phone Number with Country Code</span>
</div>
<div class="form__row">
<label class="form__title" for="job-function">Subject</label>
<select class="form__field form__field--select" name="job-function" required>
<option value="" selected="selected">Select a Subject</option>
<option value="op1">Subject 1</option>
<option value="op2">Subject 2</option>
<option value="op3">Subject 3</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
.title{
font-size:36px;
opacity:0.87;
font-weight:bold;
line-height:1.5;
letter-spacing:-0.4px;
color:#1e1e1e;
margin:0;
font-family:Produkt;
}
.subtitle{
font-size:20px;
line-height:1.6;
opacity:0.87;
color:#1e1e1e;
margin:20px 0px 0px 0px;
font-family: AktivGrotesk;
}
.map-form{
margin-top:40px;
}
.map-form h2{
margin:30px 0px 0px 0px;
font-size:24px;
line-height:1.5;
font-weight:bold;
opacity:0.5;
letter-spacing:-0.4px;
color:#1e1e1e;
font-family:Produkt;
}
.map-form h3{
margin:20px 0px 0px 0px;
font-size:16px;
font-weight:500;
line-height:1.5;
color:#1e1e1e;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: