-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtailwind-testimonials-1-1.html
More file actions
39 lines (36 loc) · 1.82 KB
/
tailwind-testimonials-1-1.html
File metadata and controls
39 lines (36 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>
<div class="container mx-auto flex flex-wrap">
<div class="lg:w-1/3 md:w-1/2 w-full p-4">
<div class="p-8 rounded-xl text-center"><img class="mb-4 shadow-md mx-auto h-40 w-40 rounded-full" alt="Use any sample image here..." src="images/sample-image-256px.png">
<p class="text-base">
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed recusandae libero possimus culpa quod"
</p>
<h4 class="mb-2 font-semibold"> User Name </h4>
</div>
</div>
<div class="lg:w-1/3 md:w-1/2 w-full p-4">
<div class="p-8 rounded-xl text-center"><img class="mb-4 shadow-md mx-auto h-40 w-40 rounded-full" alt="Use any sample image here..." src="images/sample-image-256px.png">
<p class="text-base">
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed recusandae libero possimus culpa quod"
</p>
<h4 class="mb-2 font-semibold"> User Name </h4>
</div>
</div>
<div class="lg:w-1/3 md:w-1/2 w-full p-4">
<div class="p-8 rounded-xl text-center"><img class="mb-4 shadow-md mx-auto h-40 w-40 rounded-full" alt="Use any sample image here..." src="images/sample-image-256px.png">
<p class="text-base">
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed recusandae libero possimus culpa quod"
</p>
<h4 class="mb-2 font-semibold"> User Name </h4>
</div>
</div>
</div>
</body>
</html>