forked from SaloniSingh1601/SheHacks_Team-021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
facilityWedding.html
44 lines (38 loc) · 1.63 KB
/
facilityWedding.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
<!DOCTYPE html>
<html>
<head>
<title>add ons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/facility.css" >
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Arapey&display=swap" rel="stylesheet">
</head>
<style>
body{
font-family: 'Arapey', serif;
}
</style>
<body>
<p id="select">Select the services you would like to have</p>
<div class="row">
<div class="column">
<p><a href="photographerMarriage.html">
<img src="https://images.unsplash.com/photo-1530348097767-16a75a3b7c6c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" alt="Photographer" style="width:100%"></a></p>
<p id="name">Photographer</p>
<p id="desc">Makes catch you all the memories</p>
</div>
<div class="column">
<p><a href="catererMarriage.html">
<img src="https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" alt="Caterer" style="width:100%"></a></p>
<p id="name">Caterer</p>
<p id="desc">Helps you keeping stomach Happy</p>
</div>
<div class="column">
<p><a href="decorMarriage.html">
<img src="https://images.unsplash.com/photo-1611119723237-e55eb496e701?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80" alt="Decor" style="width:100%"></a></p>
<p id="name">Decor</p>
<p id="desc">Decorates your world with full of joy</p>
</div>
</div>
</body>
</html>