Skip to content

Commit 3c80ec3

Browse files
committed
mamo
1 parent 9519a85 commit 3c80ec3

File tree

1 file changed

+24
-50
lines changed

1 file changed

+24
-50
lines changed

sanele/index.html

+24-50
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,40 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<style>
5-
body {
6-
background-color: #b0c4de;
7-
}
8-
9-
.info{
10-
background-color: green;
11-
border : 5px solid orange;
12-
padding : 10px;
13-
14-
float: left;
15-
16-
margin: 10px;
17-
184

19-
width: 300px;
20-
}
21-
22-
.info-example{
23-
background-color: white;
24-
}
25-
26-
</style>
275
</head>
28-
<body>
29-
30-
<h1>Khayelitsha Ekasi</h1>
316

7+
<style>
8+
body {background-color:red;
9+
background-image: url("file:///home/sanele/Pictures/images.jpeg");}
3210

33-
<p>INTRODUCTION</p>
11+
h1 {color:blue}
12+
p {color:green}
13+
14+
#content {
15+
width: 80%;
16+
background-color: black;
17+
opacity : 0.85;
18+
padding : 15px;
19+
margin : 0 auto;
20+
}
3421

22+
</style>
3523

36-
<div class="info">
37-
<h2>Molo unjani?</h2>
38-
khayelitsha was established in 1984, and it had 3000 houses built.
39-
</div>
4024

41-
<a href="test.html">link</a>
25+
<div id="content">
26+
<h1>EZASE-KASI</h1>
4227

43-
<div class="info info-example">
44-
khayelitsha was established in 1984, and it had 3000 houses built.
45-
</div>
28+
<h1>background of the townships</h1>
4629

47-
<div class="info">
48-
<h2>Ndisaphila enkosi!</h2>
49-
khayelitsha was established in 1984, and it had 3000 houses built.
50-
</div>
30+
<a href="index-help.html"> This web page contains all the happening in Khayelitsha.link</a>
5131

52-
<div class="info">
53-
khayelitsha was established in 1984, and it had 3000 houses built.
54-
</div>
32+
33+
<a href="Map-index.html"><h3>maps</h3>
5534

56-
<div class="info">
57-
khayelitsha was established in 1984, and it had 3000 houses built.
58-
</div>
35+
<h4><a href="where is happening>WHERE IS HAPPENING".link ></h4>
5936

60-
<div class="info">
61-
khayelitsha was established in 1984, and it had 3000 houses built.
37+
<h3><a href="say your mind".link ></h3>
6238
</div>
6339

64-
</body>
65-
</html>
66-
40+
</html>

0 commit comments

Comments
 (0)