Rare
  • Introduction
  • HTML
    • Introduction
    • Html Structure
      • Header
      • Left Side Menu
      • Main Content
    • Main Content
      • Buttons
      • Fonts
      • Lock Screens
      • Maps
      • Modals
      • Plugins Used
      • Progress Bars
    • Css Files
    • Java Script Used
    • Scss
    • Fonts Used
    • Images used
    • Starts New page
      • Centered Logo
      • Compact Menu
      • Default
      • Horizontal
      • Light Side Bar
      • Mmenu
  • Rare Builder
    • Layouts
      • Default
      • Centered Logo
      • Compact Menu
      • Fixed Menu
      • Fixed Header
      • Horizontal
      • Icon Horizontal
      • Dark
      • Full Width
      • Header Style
      • Fixed Footer
      • Mmenu
      • Light Sidebar
    • Macros
      • Layouts
      • Breadcrumb
    • Partials
      • Headers
        • Header
        • Centered Logo Header
      • Heads
        • Head
      • Breadcrumbs
        • Breadcrumb 1
        • Breadcrumb 2
        • Breadcrumb 3
        • Breadcrumb 4
        • Breadcrumb 5
        • Breadcrumb Default
      • Ends
        • End
      • Menus
        • Default
        • Horizontal
        • Icon Horizontal
        • Compact
        • Mmenu
      • Footer
        • Footer
        • Fixed Footer
      • Messages
      • Notifications
      • User Profile
    • Add Builder
    • Commands
    • New Page
  • FAQ
    • Change Left Menu Content
    • Setting Layout As Default
    • Change Breadcrumb
    • Change Colors In scss
Powered by GitBook
On this page

Was this helpful?

  1. Rare Builder
  2. Partials
  3. Footer

Fixed Footer

It contains fixed footer part which we can include in Fixed footer layout.

<div class="footer p-3 fixed-bottom">
    <div class="row">
        <div class="col-lg-12 text-md-center copy_rights">
             <span class="mb-0 p-2"> 2017 &copy; Designed by <a href="https://themeforest.net/search?utf8=%E2%9C%93&term=jyostna&referrer=homepage">Jyostna</a>
        </span>
        </div>
        <div class=" footer_social_icons ml-3">
            <a href="#"><i class="ti-facebook hvr-bob"></i></a>
            <a href="#"><i class="ti-twitter-alt hvr-bob"></i> </a>
            <a href="#"><i class="ti-google hvr-bob"></i></a>
            <a href="#"><i class="ti-linkedin hvr-bob mr-2"></i></a>
        </div>
    </div>
</div>
PreviousFooterNextMessages

Last updated 5 years ago

Was this helpful?