-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom2.html
More file actions
56 lines (43 loc) · 1.96 KB
/
random2.html
File metadata and controls
56 lines (43 loc) · 1.96 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/fa/css/all.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/carousel.css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.js"></script>
</head>
<style>
</style>
<div class="contaner-fluid">
<div class="row form-group">
<div class="col-sm-12">
<div class="col-sm-5">
<h1><a style="color:black"><strong>ABOUT</strong></a>
<a style="color:orange"><strong>RANDON PACKERS</strong></a></h1>
<p style="color:grey;font-size:20px"><strong>Welcome to packers and Movers,One of the largest Logistics companies in
india, evoled from a smallscale business of welcome established in 2017
and functioned particularly for the shifting of households goods.Incepted by
vision and hard efforts of ajay to the company moved aheadrowared the path
of growth.This evolution takes palces in the solid grounds of expansion in
terms in proficient and customer-satisfactory servieces.We have followed the
princples of growth ever since our inception.</strong></p>
<button class="btn btn-lg" style="background:steelblue;color:white"><strong>View More</strong></button>
</div>
<div class="col-sm-5" style="background:grey;margin-top:30px;margin-left:50px">
<input type="text"placeholder="Fullname" class="form-control" style="margin-top:5px;">
<br>
<input type="text"placeholder="Mobile No" class="form-control">
<br>
<input type="text"placeholder="Email id" class="form-control">
<br>
<input type="text"placeholder="From city" class="form-control">
<br>
<input type="text"placeholder="To city" class="form-control" style="margin-bottom:5px;">
<center>
<button class="btn btn-lg" style="background:orange;color:white;margin-bottom:10px;margin-top:5px"><strong>Send Request</strong></button>
</center>
</div>
</div>
</div>
</div>