-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
70 lines (58 loc) · 1.51 KB
/
test.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body, html {
height: 100%;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
position: relative;
opacity: 0.65;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgimg-1 {
background-image: url("communication-antennas.jpg");
height: 100%;
}
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: #000;
}
.caption span.border {
background-color: #111;
color: #fff;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}
</style>
</head>
<body>
<div class="bgimg-1">
<div class="caption">
<span class="border">Satscot.com</span><br>
<span class="border">AUDIO AND VIDEO COMUNICATION </span>
</div>
</div>
.</p>
<p style="padding:5px 15px">
We are a leading provider of communication antennas and related services. We offer a wide range of products and solutions for a variety of applications, including cellular, Wi-Fi, satellite, and military communications.
<br>Our antennas are designed to provide high performance and reliability in harsh environments. We use only the highest quality materials and components in our products, and we offer a wide range of customization options to meet the specific needs of our customers.</p>
</body>
</html>