LumoCSS logoLumoCSS logo
Content

Footer

The main footer element for the page, typically containing copyright info and site links. It has a light background color.

Default

© 2025 Your Name

Footer content...

<footer>
    <div class="container">
        <section>
            <article>
                <p>&copy; 2025 Your Name</p>
                <p>Footer content...</p>
            </article>
        </section>
    </div>
</footer>