From dc755095b750a8778e801661ee0a73382df9a6cb Mon Sep 17 00:00:00 2001 From: Mcdaid101 Date: Mon, 21 Oct 2024 12:58:21 +0100 Subject: [PATCH] change of photo to croissants --- pizza.html | 2 +- styles.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pizza.html b/pizza.html index 288cd86..9cc1531 100644 --- a/pizza.html +++ b/pizza.html @@ -65,7 +65,7 @@

OUR PIZZA

-

THE IMPORTANCE OF GOOD PIZZA

+

THE IMPORTANCE OF GOOD PIZZA

PIZZERIA

diff --git a/styles.css b/styles.css index 3d7c6b8..3c29ca7 100644 --- a/styles.css +++ b/styles.css @@ -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 */ @@ -558,6 +558,12 @@ body { height: 1200px; } + .pizza-title { + margin-top: 100px; + font-size: 35px; + color: #982B1C; + } + .god-bless-sourdough { margin-top: 40px; }