Welcome to the Pizza Order Form repository! This is a beginner-friendly HTML project that demonstrates how to build a clean and functional pizza ordering form using:
-
π¨ Inline or Internal CSS styling
-
πΌοΈ Absolute background image placement
Whether you're just starting out with web development or looking for a quick reference on form creation and styling, this project is a tasty slice of learning.
-
Simple HTML Form Includes fields for:
-
Customer name and contact info
-
Pizza size selection (Small, Medium, Large)
-
Toppings selection via checkboxes
-
Delivery or pickup option
-
Special instructions textarea
-
Submit button with basic styling
Inline/Internal CSS All styles are written directly in the HTML file using either inline styles or <style> tags in the . No external stylesheets required.
Absolute Background Image A full-page background image is applied using CSS with position: absolute, giving the form a visually appealing backdrop. The image is sourced via an absolute URL, making it easy to swap or update.