Skip to content

Commit

Permalink
change of photo to croissants
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdaid101 committed Oct 21, 2024
1 parent 593c541 commit dc75509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pizza.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2>OUR PIZZA</h2>

<!-- Home Bottom Section -->
<div class="home-bottom pizza-bottom">
<h2 class="section-title pizza-title">THE IMPORTANCE OF GOOD PIZZA</h2>
<h2 class="pizza-title">THE IMPORTANCE OF GOOD PIZZA</h2>
<div class="bottom-container">
<div class="bottom-left">
<h1>PIZZERIA</h1>
Expand Down
8 changes: 7 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ body {
}

.about-photo-2 {
background-image: url('./assets/images/cinnamon-roll-4719023_1280.jpg');
background-image: url('./assets/images/croissants.jpg')
}

/* Pizza page */
Expand Down Expand Up @@ -558,6 +558,12 @@ body {
height: 1200px;
}

.pizza-title {
margin-top: 100px;
font-size: 35px;
color: #982B1C;
}

.god-bless-sourdough {
margin-top: 40px;
}
Expand Down

0 comments on commit dc75509

Please sign in to comment.