-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (78 loc) · 3.59 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title>
cssCheck
</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="but">clickMe</div>
<nav class="nav1 background">
<div class="but">clickMe</div>
<ul type="none">
<div class="div imgA"><img src="logA.jpg"alt="logo" class="img imgB"></div>
<div class="div-li">
<li><a href="#home">Home</a></li>
<li><a href="#home">places</a></li>
<li><a href="#about">About</a></li>
<li><a href="#home">Contact</a></li>
</div>
</ul>
<div class="divA">
<input type="text" name="search" id="search" placeholder="search">
<button class="btn btnA">search</button>
</div>
</nav>
<section class="background sections">
<div class="main-box">
<div class="firsthalf">
<div class="Main-text">
<span class="big-text">Creation of natural</span>
<p class="p1">
Nature is the creation of natural material and physical world on earth independent of the human activities.The beauty and richness of nature is diverse and massive. Nature provides us with several delicacies to enjoy and is our life support system.
Our basic needs like food, shelter, water and air are all the gifts from nature.
</p>
<button id="b2">search</button>
<button id="b3">More-Info</button>
</div>
<img src="nature.jpg"alt="image" class="Main-image">
</div>
<div class="secondhalf">
<h1 id="about"> About</h1>
<div class="div1A">
<p class="pB">
Nature refers to the physical world and all forms of life species on earth in general. Our natural ecosystem is the community of biotic and abiotic components. The biotic components are the living organisms that also include humans. Abiotic components are the non-living components such as air, water, minerals and soil. The biotic and abiotic components are interrelated and interact with each other through energy flow.
</p>
<div class="img-div1"><img src="N1.jpg"alt="img1"class="photo1"></div>
</div>
<div class="div1B">
<p class="pB">
Nature refers to the physical world and all forms of life species on earth in general. Our natural ecosystem is the community of biotic and abiotic components. The biotic components are the living organisms that also include humans. Abiotic components are the non-living components such as air, water, minerals and soil. The biotic and abiotic components are interrelated and interact with each other through energy flow.
</p>
<div class="img-div2"><img src="N1.jpg"alt="img1"class="photo2"></div>
</div>
<div class="div1C">
<p class="pB">
Nature refers to the physical world and all forms of life species on earth in general. Our natural ecosystem is the community of biotic and abiotic components. The biotic components are the living organisms that also include humans. Abiotic components are the non-living components such as air, water, minerals and soil. The biotic and abiotic components are interrelated and interact with each other through energy flow.
</p>
<div class="img-div3"><img src="N1.jpg"alt="img1"class="photo3"></div>
</div>
</div>
</div>
<section class="downfooter">
<h4>Contact us</h4>
<div class="inp">
<div class="mainBlock">
<input type="text" id="inpA" placeholder="comment here">
</div>
<div class="mainB2"><input type="email" id="inpB" placeholder="Enter your email">
</div>
<div class="mainB3">
<input type="text" id="inpC" placeholder="Enter Your phone no.">
</div>
</div>
</section>
</section>
</body>
</html>