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 */ +}