Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Tailwind CSS Footer

<footer class="p-4 bg-white rounded-lg shadow md:flex md:items-center md:justify-between md:p-6 dark:bg-gray-800">
    <span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">© 2022 <a href="https://flowbite.com" class="hover:underline" target="_blank">Flowbite™</a>. All Rights Reserved.
    </span>
    <ul class="flex flex-wrap items-center mt-3 sm:mt-0">
        <li>
            <a href="#" class="mr-4 text-sm text-gray-500 hover:underline md:mr-6 dark:text-gray-400">About</a>
        </li>
        <li>
            <a href="#" class="mr-4 text-sm text-gray-500 hover:underline md:mr-6 dark:text-gray-400">Privacy Policy</a>
        </li>
        <li>
            <a href="#" class="mr-4 text-sm text-gray-500 hover:underline md:mr-6 dark:text-gray-400">Licensing</a>
        </li>
        <li>
            <a href="#" class="text-sm text-gray-500 hover:underline dark:text-gray-400">Contact</a>
        </li>
    </ul>
</footer>
Comment

PREVIOUS NEXT
Code Example
Html :: bulma css buttons 
Html :: react native text max rows 
Html :: iframe html 
Html :: bootstrap checkbox inline 
Html :: phone html 
Html :: input number html without e 
Html :: bold text bootstrap 
Html :: bootstrap buttons Disabled state 
Html :: toggle on-click button vue 
Html :: height() jquery com php 
Html :: how to center a text html 
Html :: input button group 
Html :: Div and span 
Html :: change text width html 
Html :: html select default value disabled 
Html :: where should favicon.ico be placed in flask app 
Html :: how to reduce the size of a button in boostrap 
Html :: vue bootstrap row 
Html :: gradient background css for all browsers 
Html :: how to shift div to right 
Html :: slick slider video play 
Html :: form example 
Html :: tailwind custom column width 
Html :: tag img 
Html :: sub html 
Html :: javascript popup form 
Html :: html + sign 
Html :: bootstrap 4 text color 
Html :: html space between words 
Html :: p tag html 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =