-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.36 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"/>
</head>
<body>
<div class="flex justify-center">
<div class="max-w-xs rounded shadow-lg my-2 border-4 border-purple-500" >
<img class="w-full border-2 border-red-500" alt="sailormoon" src="black-sailor-moon.jpg"/>
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2">Black Sailor Moon</div>
<p class="text-gray-700 text-base">
Dragée halvah jujubes candy candy canes chocolate bar. Sugar plum tootsie roll pastry jelly-o muffin powder. Jelly macaroon chocolate bar dragée gummies cupcake gingerbread gingerbread.
</p>
</div>
<div class="px-6 py-4">
<span class="inline-block bg-gray-300 rounded-full px-3 py-1 text-sm font-semi-bold mr-2 mb-2">#artist</span>
<span class="inline-block bg-gray-300 rounded-full px-3 py-1 text-sm font-semi-bold mr-2 mb-2">#blm</span>
<span class="inline-block bg-gray-300 rounded-full px-3 py-1 text-sm font-semi-bold mr-2 mb-2">#blackgirlmagic</span>
</div>
</div>
</div>
</body>
</html>