Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link href="https://unpkg.com/[email protected]^1.0/dist/tailwind.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:[email protected]|Baloo+Tamma+2|Roboto&display=swap"
rel="stylesheet">
</head>
<body class="bg-gray-300 lg:mx-20 lg:my-20" style="background: linear-gradient(to right, #ddd6f3, #faaca8);font-family:Roboto">
<!-- Footer section -->
<div class="" style="background-color: #013069;">
<div class="container mx-auto px-6 lg:px-20 py-12">
<div class="lg:flex">
<div class="w-full lg:w-2/3">
<div class="lg:flex">
<div class="w-full mb-12 lg:mb-0 lg:w-1/2">
<h2 style="font-family: 'Baloo Tamma 2', cursive;"
class="font-bold text-xl text-gray-100 mb-4">Web2tailwind</h2>
<p class="text-gray-400">
Web2tailwind.com is a site for developer, student and learner,
where they can grab
hundreds of various html component code and try online as fast as posible without...</p>
<div class="flex mt-6">
<i style="background-color: #3B5998;"
class="flex items-center justify-center h-12 w-12 mr-1 rounded-full fab fill-current text-white text-xl fa-facebook-f"></i>
<i style="background-color:#dd4b39"
class="flex items-center justify-center h-12 w-12 mx-1 rounded-full fas fill-current text-white text-xl fa-envelope"></i>
<i style="background-color:#125688;"
class="flex items-center justify-center h-12 w-12 mx-1 rounded-full fab fill-current text-white text-xl fa-instagram"></i>
<i style="background-color:#55ACEE;"
class="flex items-center justify-center h-12 w-12 mx-1 rounded-full fab fill-current text-white text-xl fa-twitter"></i>
</div>
</div>
<div class="w-full lg:w-1/2 lg:flex lg:px-6 ">
<div class="w-full mb-6 lg:mb-0 lg:w-1/2">
<h2 style="font-family: 'Baloo Tamma 2', cursive;" class="font-bold text-gray-100 mb-4">
Useful Links</h2>
<ul class="text-gray-500 text-sm">
<li class="pt-1 pb-2">Home</li>
<li class="pt-1 pb-2">About us</li>
<li class="pt-1 pb-2">Services</li>
<li class="pt-1 pb-2">Terms of Services</li>
<li class="pt-1 pb-2">Privacy Policy</li>
</ul>
</div>
<div class="w-full mb-6 lg:mb-0 lg:w-1/2">
<h2 style="font-family: 'Baloo Tamma 2', cursive;" class="font-bold text-gray-100 mb-4">
Our sevices</h2>
<ul class="text-gray-500 text-sm">
<li class="pt-1 pb-2">Web Design</li>
<li class="pt-1 pb-2">Web Development</li>
<li class="pt-1 pb-2">Product Management</li>
<li class="pt-1 pb-2">Marketing</li>
<li class="pt-1 pb-2">Graphics Design</li>
</ul>
</div>
</div>
</div>
</div>
<div class="w-full lg:w-1/3">
<h2 style="font-family: 'Baloo Tamma 2', cursive;" class=" font-bold text-gray-100 mb-4">
Our Newsletter
</h2>
<div class="text-gray-300 mb-8">
Subscribe our weely Newsletter to get regular updates about our blogs.
</div>
<div class="flex">
<input type="text" class="rounded-l px-2 focus:outline-none">
<button class="text-gray-200 rounded-r hover:bg-blue-500 px-4 py-2 focus:outline-none"
style="background-color: #dc0900;">Submit</button>
</div>
</div>
</div>
</div>
</div>
<!-- Footer bottom -->
<div class="" style="font-family: 'Baloo Tamma 2', cursive;background-color: #012046;">
<div class="container mx-auto px-6 lg:px-20 py-6">
<div class="flex justify-center text-gray-300 mb-1">
© 2020 <span class="font-bold">Web2tailwind.</span> 2020 All right reserved.
</div>
<div class="flex font-light justify-center text-gray-500 text-sm">
<p>Designed by <span class="font-bold">Web2tailwind.com</span></p>
</div>
</div>
</div>
</body>
</html>