From c02d3c53129c04634bcc6fb45e149e95414083fc Mon Sep 17 00:00:00 2001 From: Benedict <156034970+BenedictItua@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:01:18 -0400 Subject: [PATCH] Update styles.css --- styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 0517153..f4537d4 100644 --- a/styles.css +++ b/styles.css @@ -51,4 +51,11 @@ textarea { padding: 5px; border-radius: 5px; resize: vertical; -} \ No newline at end of file +} + +.pizza-img { + width: 100px; /* Adjust the width as needed */ + height: auto; + display: inline-block; + margin-left: 10px; /* Add some space to the left of the image */ +}