-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.87 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<img src="i.png">
<h1>National Basketball Association</h1>
</div>
<div id="main">
</div>
<div id="Lewis" class="entry">
<h5>Michael Jordan</h5>
<img src="mj.jpg">
<h8>The food was amazing! I especially loved the bananas!</h8>
<h11>I think this shirt is okay but the sizing isn't great for robots. I don't like that it isnt size inclusive but I like the shirt.</h11>
<h15>My son was allergic to the food and had a severe reaction even after I told the waiter. I am very unhappy and this is not appropriate.</h15>
</div>
<div id="Max" class="entry">
<h6>LeBron James</h5>
<img src="lj.jpg">
<h9>This was one of the worst experiences of my life. I will never come back again.</h9>
<h13>This shirt is good. It's green and black and it's very comfortable.</h13>
<h16>Even though my son loved the experience, I expected it to be better because the food vas very bad. </h16>
</div>
<div id="Charles" class="entry">
<h7>Kobe Bryant</h7>
<img src="kb.jpg">
<h10>The experience was ok. Although there was bad service, we enjoyed the dessert.</h10>
<h14>It was a terrible experience -- the food was attrocious and the service was a complete faliure.</h14>
<h17>I liked this shirt a lot it is very green and very cool and all my friends recognize me as a jedi!</h17>
</div>
</body>
</html>
</DOCTYPE>