-
Notifications
You must be signed in to change notification settings - Fork 1
/
landing.html
55 lines (48 loc) · 1.68 KB
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Army</title>
<link rel="stylesheet" href="landing.css">
</head>
<body>
<style>
body {
background-image: url('army.jpg');
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
}
</style>
<div>
<h1 style="padding: 12px;">Fighter</h1>
<img src="military.png" class="logo">
</div>
<div class="navbar">
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Service</a></li>
<!-- <li ><a href="">Gallery</a></li> -->
<li><a href="">Team</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="mid">
<h2 style="font-size: 25px;">Military <span style="color: rgb(143, 104, 52);">Camp</span></h2><br>
<h2 style="font-size: 44px;">We Are The Strong <span style="color:rgb(143, 104, 52);">Military</span></h2>
<br>
<p>Indian Army is the real protector of this country.<br> As we all know that India is the land of people don’t
hesitate to defend their country <br> sacrifice their life for the nation.<br> Indian Army is also carrying
this league of being friendly with the good ones and danger for the enemies.</p>
</div>
<div class="read">
<h2>Read More</h2>
</div>
<div class="readd">
<h2>Contact Us</h2>
</div>
</body>
</html>