-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrinks.html
79 lines (72 loc) · 2.9 KB
/
drinks.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
74
75
76
77
78
79
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Drinks</title>
<link href="CSS/master.css" rel="stylesheet" type="text/css">
</head>
<div class="top">
<div class="navbar">
<a href="index.html"><img class="logo" src="images/LogoPNG.png"></a>
<div class="subnav">
<button class="subnavbtn"> <a href="menu-page.html"> Menu</a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
<a href="Menu-Page.html">Appetizers</a>
<a href="Menu-Page.html">Entrees</a>
<a href="Menu-Page.html">Deserts</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn"> <a href="drinks.html"> Drinks</a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<div class="subnav">
<button class="subnavbtn"><a href="takeout.html">Takeout </a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<div class="subnav">
<button class="subnavbtn"><a href="events page.html">Events </a> <i class="fa fa-caret-down"></i></button>
<div class="subnav-content">
</div>
</div>
<a class="cta" href="contact page.html"><button>Contact Us</button></a>
</div>
</div>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Laboratory 4</title>
<style type="text/css" media="all">@import "CSS/master.css";</style>
<style>
table, th, td {
"No style for now"
}
</style>
</head>
<body>
<h2><p style="text-align:center"></p></h2>
<table class="center" style="width:100%">
<tr>
<th style= "font-size: 40pt">BEERS</th>
<th style= "font-size: 40pt">SODAS</th>
<th style= "font-size: 40pt">COCKTAILS</th>
</tr>
<tr>
<td style= "font-size: 30pt"> <img src="images/Bud Light.png" alt="Bud Light"> Bud Light </td>
<td style= "font-size: 30pt"> <img src="images/Coke.png" alt="Coke"> Coke </td>
<td style= "font-size: 30pt"> <img src="images/Hurricane Margarita.png" alt="Hurricane" height="200"> Hurricane Margarita </td>
</tr>
<tr>
<td style= "font-size: 30pt"> <img src="images/Coors Light.png" alt="Coors Light"> Coors Light </td>
<td style= "font-size: 30pt"> <img src="images/Fanta.png" alt="Fanta"> Fanta </td>
<td style= "font-size: 30pt"> <img src="images/Kenny's Cooler.png" alt="Kenny's Cooler"> Kenny's Cooler</td>
</tr>
<tr>
<td style= "font-size: 30pt"> <img src="images/Miller Lite.png" alt="Miller Lite"> Miller Lite </td>
<td style= "font-size: 30pt"> <img src="images/Sprite.png" alt="Sprite"> Sprite </td>
<td style= "font-size: 30pt"> <img src="images/Texas Peach Fuzz.png" alt="Texas Peach Fuzz"> Texas Peach Fuzz </td>
</tr>
</table>
</body>
</html>