-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory.html
61 lines (51 loc) · 1.36 KB
/
category.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel ="stylesheet" href="category.css">
<title>Categories</title>
<nav>
<ul>
<a href="Talentrena.html">HOME</a>
</ul>
</nav>
</head>
<h1>Categories<h1>
<body>
<section class="container">
<div id="hello" class="one">
<br>
<a href="#"><p>Crafts</p></a>
</div>
<div id="hello2" class="two">
<br>
<a href="#"><p>Stitching</p></a>
</div>
<div id="hello3" class="three">
<br>
<a href="#"><p>Gardening</p></a>
</div>
<div id="hello4" class="four">
<br>
<a href="#"><p>Drawing & Painting</p></a>
</div>
<div id="hello5" class="five">
<br>
<a href="#"><p>Writing</p></a>
</div>
<div id="hello6" class="six">
<br>
<a href="#"><p>Wealth out of waste</p></a>
</div>
<div id="hello7" class="seven">
<br>
<a href="#"><p>Clay crafts</p></a>
</div>
<div id="hello8" class="eight">
<br>
<a href="#"><p>Others</p></a>
</div>
</section>
</body>
</html>