-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknow.html
More file actions
37 lines (37 loc) · 868 Bytes
/
know.html
File metadata and controls
37 lines (37 loc) · 868 Bytes
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
<html>
<head>
<style>
body{
background-image:url('https://img.freepik.com/free-photo/top-view-waste-with-organic-vegetables_23-2148666788.jpg');
height:100%;
width:100%;
background-repeat:no-repeat;
background-size:cover;
}
table{
height:500px;
font-size:30px;
}
</style>
</head>
<body>
<table border=1>
<tr>
<th bgcolor="#F3E19A">NGOs working with us</th>
<th bgcolor="#F3E19A">Address</th>
</tr>
<tr>
<th bgcolor="#DEF7AC">Maa Ambe</th>
<td bgcolor="#C3DC91">Raiya Road,beside west gate,<br>Rajkot.</td>
</tr>
<tr>
<th bgcolor="#C3DC91">Bliss</th>
<td bgcolor="#DEF7AC">Amin marg,beside mahadev temple<br>Rajkot.</td>
</tr>
<tr>
<th bgcolor="#DEF7AC">Be Us</th>
<td bgcolor="#C3DC91">Race course Park,beside monginis bakery<br>Rajkot.</td>
</tr>
</table>
</body>
</html>