-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (67 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/index.css">
<title>Kenya</title>
</head>
<body>
<h1> The country Kenya</h1>
<p>Welcome to kenya</p>
<section class="my-sections">
<h2>Introduction</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo, suscipit voluptas eius eligendi impedit accusamus repellat culpa laudantium voluptates dolores quia accusantium, itaque expedita facilis voluptatum, distinctio cumque eaque fuga.
</p>
<section class="my-sections">
<h2>Geography</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores fugiat aliquam iusto consequatur ullam quae mollitia officiis. Commodi nesciunt, iste ipsam illo dolor pariatur ad nulla laboriosam ab recusandae officiis.
</p>
</section>
<style>
h2{
color:blue;
}
h1{
color:rgb(175, 212, 24);
font-size: 3.sem;
}
p{
color: green;
font: size 3px;
}
</style>
</section1>
<div class="container">
<div>
<div id="item1">
<h0>item1</h0>
</div>
</div>
<div>
<div id="item2">
<h0>item2</h0>
</div>
</div>
<div>
<div>
<div id="item3">
<h0>item3</h0>
</div>
</div>
</div>
<div>
<div id="item4">
<h0>item4</h0>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
</body>
</html>