-
Notifications
You must be signed in to change notification settings - Fork 3
/
photographyBirthday.html
59 lines (56 loc) · 1.98 KB
/
photographyBirthday.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
<!DOCTYPE html>
<html>
<head>
<title>photography</title>
<link rel="stylesheet" type="text/css" href="css/photographyBirthday.css"></link>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Arapey&display=swap" rel="stylesheet">
<style>
body{
font-family: 'Arapey', serif;
}
</style>
</head>
<body>
<table>
<th><u>NAME</u></th>
<th><u>MEET US AT:</u></th>
<th></th>
<th><u>CONTACT US:</u></th>
<tr>
<div id="name">
<td><p>Vijay D.</p>
<p>pixel Photography</p></td>
<td><p id="address">M G road,Mumbai-400703</p></td>
<td><img id="photo" src="https://images.unsplash.com/photo-1516283182395-4b90237bff2e?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=752&q=80" style="width:30%"></td>
<td><p id="contact">7986436879</p>
<p ><u> ₹5,000.00 </u></p>
<p><button>Add to Cart</button></p></td>
</div>
</tr>
<tr>
<div id="name">
<td><p>Rihan C.</p>
<p>R C photography</p></td>
<td><p id="address">Ram Maruti road,Chennai-800970</p></td>
<td><img id="photo" src="https://images.unsplash.com/photo-1480365501497-199581be0e66?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" style="width:30%"></td>
<td><p id="contact">886465875</p>
<p ><u> ₹5,000.00 </u></p>
<p><button>Add to Cart</button></p></td>
</div>
</tr>
<tr>
<div id="name">
<td><p>Jasmit D.</p>
<p>JJ D photography</p></td>
<td><p id="address">Anne Besant road,Mumbai-400703/Sg road,S G road ,Bangalore-600908</p></td>
<td><img id="photo" src="https://images.unsplash.com/photo-1501479276381-eee3729ebaf4?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" style="width:30%"></td>
<td><p id="contact">7789897675</p>
<p ><u> ₹5,000.00 </u></p>
<p><button>Add to Cart</button></p></td>
</div>
</tr>
</table>
</body>
</html>