-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus.html
More file actions
36 lines (33 loc) · 1.01 KB
/
aboutus.html
File metadata and controls
36 lines (33 loc) · 1.01 KB
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
<!DOCTYPE html>
<head>
<title>
ABOUT US
</title>
<style>
*{
background-color: black;
font-size:xx-large;
font-weight: 500;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
h1{
color: aliceblue;
}
.i{
width: 600px;
}
p{
color: azure;
}
</style>
</head>
<body>
<h1>ABOUT US</h1><BR>
SERVED EVERY DAY SINCE 1990
<br>
<p>
CHEF BEGINS combines flavors & inspiration from the Far East & the West to create what we think is the best! Home to the original (recipe), we specialize in pizzas, as well as handmade appetizers, sandwiches, salads, and gluten friendly, vegetarian, & vegan selections.
Feel free to indulge in a tiki drink or craft beer with our fantastic unique cuisine. Cheers!
</p>
<center> <img src="istockphoto-936610098-612x612.jpg" class="i"></center>
</body>