🌈
NextGenCSS
  • 🔥NextGenCSS🔥
    • How to Contribute ?
  • Installation
    • Install and Use
    • Set Up
    • React
  • 🌟Quick Start
    • Get Started
    • Optimizations
    • Breakpoints
    • Colors
    • Buttons
    • BackGround Color
    • Border
    • Font
    • Icons
  • 🧩Components
    • Box
    • Card
    • Footer
    • NavBar
    • Switch
  • ⚒️Utilities
    • Display
    • Align
    • Center
    • Flex
    • Left
    • Right
    • Padding
    • Margin
    • Grid
    • Scale
  • forms
    • Input Box
  • ☺️Releases and Changelog
    • 0.0 🔥🔥 1st Release
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Components

Footer

Make a beautiful in your webage

Footer

<!--Footer-->
    <footer class="bg-leaf">
        <div class="social">
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
        </div>
        <ul class="list-inline">
            <li class="list-inline-item font-white"><a href="#">Home</a></li>
            <li class="list-inline-item font-white"><a href="#">Services</a></li>
            <li class="list-inline-item font-white"><a href="#">About</a></li>
            <li class="list-inline-item font-white"><a href="#">Terms</a></li>
            <li class="list-inline-item font-white"><a href="#">Privacy Policy</a></li>
        </ul>
        <div class="font-white">
            <p class="copyright">Company Name © 20xx</p>
        </div>
    </footer>

Last updated 1 year ago

Was this helpful?

🧩
O/P Footer