Skip to content

FINAL PROJECTΒ #75

@Cobalah321

Description

@Cobalah321
<title>Dragonfire Diner</title>

Restaurant Banner

Dragonfire Diner

Menu | Order Form
<main>
    <section id="menu">
        <h2>Menu</h2>

        <article>
            <img src="spicy_noodles.jpg" alt="Spicy Noodles" />
            <h3>Inferno Spicy Noodles</h3>
            <p>A blazing bowl of hand-pulled noodles tossed in our signature chili oil. <i>$12.99</i></p>
        </article>

        <article>
            <img src="phoenix_wings.jpg" alt="Phoenix Wings" />
            <h3>Phoenix Fire Wings</h3>
            <p>Crispy wings coated in a fiery glaze that rises from the ashes. <i>$9.99</i></p>
        </article>

        <article>
            <img src="lava_cake.jpg" alt="Lava Cake" />
            <h3>Molten Lava Cake</h3>
            <p>A warm chocolate cake with a molten spicy-cocoa center. <i>$6.49</i></p>
        </article>
    </section>

    <section id="order-form">
        <h2>Place Your Order</h2>
        <form>
            <h3>Quantities</h3>
            <label for="noodles">Inferno Spicy Noodles:</label>
            <input type="number" id="noodles" name="noodles" min="0"><br><br>

            <label for="wings">Phoenix Fire Wings:</label>
            <input type="number" id="wings" name="wings" min="0"><br><br>

            <label for="cake">Molten Lava Cake:</label>
            <input type="number" id="cake" name="cake" min="0"><br><br>

            <h3>Add-ons</h3>
            <label>
                <input type="checkbox" name="addons" value="extra_spice"> Extra Spice
            </label><br>
            <label>
                <input type="checkbox" name="addons" value="side_rice"> Side of Rice
            </label><br><br>

            <h3>Special Requests</h3>
            <label for="special">Notes:</label><br>
            <textarea id="special" name="special" rows="4" cols="40"></textarea><br><br>

            <input type="submit" value="Go To Checkout">
        </form>
    </section>
</main>

<footer>
    <p>Made with love by CodedexUser</p>
</footer>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions