-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom3.html
More file actions
48 lines (39 loc) · 1.05 KB
/
random3.html
File metadata and controls
48 lines (39 loc) · 1.05 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
<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>
.col-sm-6{
background:grey;
width:750px;
height:800px;
}
.col-sm-3{
background:steelblue;
width:600px;
height:800px;
color:white;
}
</style>
<div class="contaner-fluid">
<div class="row form-group">
<div class="col-sm-6">
</div>
<div class="col-sm-3">
<center>
<h1 style="margin-top:100px"><strong>OUR SERVIECES</strong></h1>
<br>
<p><strong>"Randon company is committed to<br>
providing efficient and reliable services across all<br>
it's business segment to its valued customers<br>
where saftey is our top priority.Redon will<br>
commit its resources safe and environmentally<br>
sound operating parctises."</strong></p>
</div>
</center>
</div>