funcode icon indicating copy to clipboard operation
funcode copied to clipboard

Githup first code

Open Abukarsharif opened this issue 1 year ago • 0 comments

Online Merch Store

Online Merch Store

<section class="products">
    <h2>Featured Products</h2>
    <div class="product">
        <img src="product1.jpg" alt="Product 1">
        <h3>Product 1</h3>
        <p>$19.99</p>
        <button>Add to Cart</button>
    </div>
    <!-- Add more product divs as needed -->
</section>

<footer>
    <p>&copy; 2024 Online Merch Store. All rights reserved.</p>
</footer>

<script src="script.js"></script>

Abukarsharif avatar Feb 05 '24 06:02 Abukarsharif