-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfood.html
More file actions
46 lines (37 loc) · 951 Bytes
/
food.html
File metadata and controls
46 lines (37 loc) · 951 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Code Food! - Food Options</title>
<link rel="stylesheet" href="food.css">
</head>
<body>
<header>
<h1>Food Options</h1>
<h3>your food options here at Code Fellows</h3>
</header>
<nav>
<ul>
<li><a href="">hot</a></li>
<li><a href="">cold</a></li>
<li><a href="">near</a></li>
<li><a href="">delivery</a></li>
</ul>
</nav>
<section>
<height: min 800px;></height:>
<img src="https://tse2.mm.bing.net/th?id=OIP.5IBclMNu4uq4TnbZN8OuMwAAAA&pid=15.1&P=0&w=300&h=300
https://tse2.mm.bing.net/th?id=OIP.5IBclMNu4uq4TnbZN8OuMwAAAA&pid=15.1&P=0&w=300&h=300
" />
<br />
<article>
<h2>I am only here for the food</h2>
<p>No joke i am down 30lbs.</P>
<p>Fyi: 101 class - food is provided</p>
</p>
</article>
</section>
<footer>
© Me & Others 2017
</footer>
</body>
</html>