15 lines
771 B
Plaintext
15 lines
771 B
Plaintext
<footer class="text-gray-700 bg-white border-t body-font">
|
|
<div>
|
|
<div class="container flex flex-col flex-wrap px-5 py-6 lg:px-20 sm:flex-row">
|
|
<div class="flex flex-wrap items-center justify-center text-base">
|
|
<p class="mr-5 text-sm text-center text-gray-200">James Perkins</p>
|
|
<a href="#" class="justify-center mr-5 text-sm text-center text-blueGray-200 hover:text-blue-700"> LINK </a>
|
|
<a href="#" class="justify-center mr-5 text-sm text-center text-blueGray-200 hover:text-blue-700"> LINK 2</a>
|
|
</div>
|
|
<span class="inline-flex justify-center mt-2 sm:ml-auto sm:mt-0 sm:justify-end">
|
|
<p class="mr-5 text-sm text-center text-gray-200">
|
|
Creating Turorials for you.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer> |