-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (73 loc) · 1.5 KB
/
about.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
80
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #04AA6D;
}
pre{
size: 10px;
text-align: center;
}
body{
background-image: url('https://www.hospitalitynet.org/picture/xxl_153102313.jpg?t=20190621113357');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
h1{
size: 15px;
}
</style>
</head>
<body >
<nav>
<ul >
<li >
<a href="shop.html">Shop</a>
</li>
<li >
<a href="main.html">Home</a>
</li>
<li >
<a href="reservation.html">Reservation</a>
</li>
<li >
<a href="Menu.html">Menu</a>
</li>
<li style="float:right">
<a class="active" href="about.html">About</a>
</li>
</ul>
</nav>
<h1><center>About Us!<center><h1>
<p>
<h1><center>OUR STORY<center></h1>
<pre>
Every thing we do is a celebration of seafood - from how we source our fish and
shellfish to serving up new ways for you to enjoy it. since 1968, we've been
committed to bringing you a seafood experince you won't find anywhere else
That's how we Sea food Differently<sup>@</sup>
</pre>
</p>
</body>
</html>