Footer

mail@pastecode.io avatar
unknown
html
a year ago
1.1 kB
1
Indexable
Never
<div class="footer">
    <div class="footer-content">
        <div class="footer-section about">
            <h2>Jewelry Store</h2>
            <p>
                At Melissa's Store, we offer the finest jewelry. Our pieces are designed to capture the essence of beauty, elegance, and sophistication.
            </p>
        </div>
        <div class="footer-section links">
            <h2>Quick Links</h2>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="products.html">Products</a></li>
                <li><a href="about.html">About Us</a></li>
                <li><a href="contact.html">Contact</a></li>
            </ul>
        </div>
        <div class="footer-section contact">
            <h2>Contact Us</h2>
            <p><i class="fas "></i> Scarborough Ontario</p>
            <p><i class="fas"></i> +1 234 567 890</p>
            <p><i class="fas"></i> contact@contact.com</p>
        </div>
    </div>
    <div class="footer-bottom">
        &copy; 2023 Melissa's Store | Designed by Mathew
    </div>
</div>