Skip to content

Commit 397b2e1

Browse files
committed
Favorite Foods
1 parent 5f3abae commit 397b2e1

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

Diff for: .DS_Store

6 KB
Binary file not shown.

Diff for: HopHands.jpg

45.5 KB
Loading

Diff for: index.html

+28
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,33 @@ <h2>Kyle Fadigan</h2>
4141
<img src="img/KyleFadigan.jpg" alt="Kyle Fadigan"width= "100" height="100">
4242
<p class = "favorite-website">Favorite Website: <a href="https://discgolfscene.com/">Disc Golf</a></p>
4343
</div>
44+
45+
<div>
46+
<sup>
47+
<h2>Kyle's Favorite Foods</h2>
48+
<ol>
49+
<li>Beer</li>
50+
<li>Sushi</li>
51+
<li>Pizza</li>
52+
</ol>
53+
</sup>
54+
</div>
55+
56+
<div>
57+
<sup>
58+
<h2> Leila's Favorite Foods</h2>
59+
<ol>
60+
<li>Chicken Fingers</li>
61+
<li>Wine</li>
62+
<li>Chicken Parm</li>
63+
</ol>
64+
</sup>
65+
</div>
66+
67+
<div>
68+
<sup>
69+
<img src = HopHands.jpg width= "305" height="200">
70+
</sup>
71+
</div>
4472
</body>
4573
</html>

Diff for: style.css

+12
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@ div.developer {
1515
padding: 6px;
1616
text-align: center;
1717
}
18+
19+
sup {
20+
width: 305px;
21+
display: inline-block;
22+
border: 3px solid green;
23+
border-radius: 5px;
24+
text-align: center;
25+
}
26+
27+
28+
29+

0 commit comments

Comments
 (0)