-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtailwind-footers-3-0.html
More file actions
16 lines (13 loc) · 959 Bytes
/
tailwind-footers-3-0.html
File metadata and controls
16 lines (13 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/tailwind-v2.2.14.min.css" rel="stylesheet">
</head>
<body>
<footer class="px-4 py-4 h-auto mb-4 w3-full flex flex-wrap justify-center items-center bg-gray-50">
<div class="flex flex-wrap flex-col items-center"> <div class="flex flex-wrap"><img class="h-6 w-6 mx-1 rounded-full bg-blue-200" alt="Use any sample image here..." src="images/sample-image-256px.png"><img class="h-6 w-6 mx-1 rounded-full bg-blue-200" alt="Use any sample image here..." src="images/sample-image-256px.png"><img class="h-6 w-6 mx-1 rounded-full bg-blue-200" alt="Use any sample image here..." src="images/sample-image-256px.png"></div> <span class="font-semibold text-sm m-1">Logo</span><span class="text-xs text-gray-500">© 2000. All rights reserved</span></div>
</footer>
</body>
</html>