-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
74 lines (57 loc) · 1.96 KB
/
photos.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>Photos</title>
<link rel="stylesheet" type="text/css" href="photos.css">
</head>
<body>
<header><a href="index.html"><h1>Food<br>or Fiction?</br></a></h1>
</header>
<div class='bg-image'></div>
<div class="menu">
<li><a href="meetourstaff.html">Meet Our Staff</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="photos.html">Photos</a></li>
</div>
<p class="bio"></p>
<ul class="dropdown">
<span>Menu</span>
<center><ul class="dropdown-content">
<a href="meetourstaff.html"<p>Meet Our Staff</p></a>
<a href="recipes.html"><p>Recipes</p></a>
<a href="#"><p>Reviews</p></a>
<a href="photos.html"><p>Photos</p></a>
</ul></center>
</ul>
<section>
<section class="box1">
<center><div>Photos
</div></center>
</section>
<div class="row" align='center'>
<div class="column" align='center'>
<a href="recipes.html"><img src="berry.jpg" style="width:300px;height:300px;"></a>
<img src="egg.jpg" style="width:300px;height:300px;">
<img src="ice.png" style="width:300px;height:300px;">
<img src="john.png" style="width:350px;height:300px;">
</div>
<div class="column" align='center'>
<a href="recipes.html"><img src="tacos.jpg" style="width:300px;height:300px;"></a>
<img src="melon.jpg" style="width:350px;height:300px;">
<img src="patty.gif" style="width:350px;height:300px;">
<img src="lemon.png" style="width:350px;height:300px;">
</div>
<div class="column" align='center'>
<a href="recipes.html"><img src="pretzel.png" style="width:350px;height:300px;"></a>
<img src="Ratatouille.jpg" style="width:300px;height:300px;">
<img src="babka.jpg" style="width:300px;height:300px;">
<img src="meatball.jpg" style="width:300px;height:300px;">
</div>
</div>
<section>
<ul class='contact'>
<li><a href="#">Facebook</a></li><li><a href="#">Twitter</a></li><li><a href="#">Instagram</a></li>
</ul>
</section>
</body>
</html>