Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<!DOCTYPE html>
<html>
<head>

<title>My Favorite Pizza</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>My Favorite Pizza</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>

<!-- WEB PAGE CONTENT HERE -->

<div class="pageContainer">
<div class="imageContainer">
<img src="images/pizza.jpg" alt="Pizza with pepperoni and cheese." />
<p>Description: A delicious pizza topped with pepperoni, mozzarella cheese, mushrooms, olives, onions, and bell peppers.</p>
</div>
<div class="textContainer">
<h1>Pizza!</h1>
Expand All @@ -25,11 +20,13 @@ <h1>Pizza!</h1>
<li>Pepperoni</li>
<li>Mozzarella Cheese</li>
<li>Mushrooms</li>
<li>Olives</li>
<li>Onions</li>
<li>Bell Peppers</li>
</ul>
<p>For more information or to order your favorite pizza, visit <a href="https://www.example.com/pizza">example.com/pizza</a>.</p>
</div>
</div>

</body>
</html>