-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActivism.html
52 lines (51 loc) · 1.67 KB
/
Activism.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
<!DOCTYPE html>
<html>
<head>
<title>Activism.html</title>
<link rel="stylesheet" href="style(exercise9).css">
</head>
<body>
<div>
<div class="flex-container-header">
<div class="flex-item-1-header">
<a href="index.html"><img src="logo.png" alt="logoimg" class="logoImg"/></a>
</div>
<div class="flex-item-3-header">
<h1 class="one">Activism</h1>
</div>
<div class="flex-item-2-header">
<ul class="flex-container-ul-top">
<li><a href="kindness3(exercise9).html">Kindness</a></li>
<li><a href="Activism.html">Activism</a></li>
<li><a href="empathy.html">Empathy</a></li>
<li><a href="Contactus.html">Contact us</a></li>
</ul>
</div>
</div>
<br><br><br><br><br>
<div class="flex-container-activism">
<div class="flex-item-activism-1">
Environment<br>
Activism
</div>
<div class="flex-item-activism-2">
Internet<br>
Activism
</div>
<div class="flex-item-activism-3">
Political<br>
Activism
</div>
</div>
<hr>
<div class="flex-container-footer">
<ul class="flex-container2">
<li><a href="Index3(exercise9).html">Home</a></li>
<li><a href="kindness3(exercise9).html">Kindness</a></li>
<li><a href="Activism.html">Activism</a></li>
<li><a href="empathy.html">Empathy</a></li>
<li><a href="Contactus">Contact Us</a></li></ul>
</div>
</div>
</body>
</html>