-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.41 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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<nav>
<img src="/images/Copy_of_Untitled_Design-removebg-preview.png" class="logo">
<ul>
<li>Travel guide</li>
<li>Famous Places</li>
<button class="btn">Visit Now</button>
</ul>
</nav>
<div class="content">
<h1> A beautiful<br>place to explore</h1>
<P>Katsina State was created in 1987 from the northern half of Kaduna State.</P>
<button class="btn">Explore</button>
</div>
<div class="container2">
<h2> kingdom and emirates </h2>
<p>Katsina was founded in the 10th or 11th century as one of the Hausa Bakwai, or "Seven True Hausa States". Islam was introduced in the 1450s, and the state became prosperous after camel caravans crossed the Sahara. In 1513, the Songhai conquered Katsina.</p>
<h2> Location </h2>
<p>Katsina State is bordered by the Niger Republic to the north, and by the Nigerian states of Jigawa and Kano to the east, Kaduna to the south, and Zamfara to the west.</p>
</body>
</html>