Skip to content
Open
Show file tree
Hide file tree
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
Binary file removed images/pizza.jpg
Binary file not shown.
Binary file added images/pizza_image.avif
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

<div class="pageContainer">
<div class="imageContainer">
<img src="images/pizza.jpg" alt="Pizza with pepperoni and cheese." />
<img src="images/pizza_image.avif" alt="Pizza with pepperoni and cheese." />
</div>
<div class="textContainer">
<h1>Pizza!</h1>
<p>My Favorite Toppings: </p>
<ul>
<li>Pepperoni</li>
<li>Mozzarella Cheese</li>
<li>Mushrooms</li>
<li>Pippy Paneer</li>
<li>Extra Cheese</li>
<li>Chicken Pizza</li>
</ul>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great|Lato);

body {
background-color: #5f5345;
background-color: #efbbe0;
}

.pageContainer {
width: 940px;
width: 960px;
margin: 20px auto 0 auto;
padding: 20px;
background-color: #fff;
background-color: rgb(209, 167, 242);
}

.imageContainer {
Expand Down