-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.21 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D Flipping Animation</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fontello.css">
</head>
<body>
<div class="card">
<div class="card__container">
<div class="card__front">
<h3 class="card__title">Iron Maiden</h3>
<p class="card__subtitle">Brave New World</p>
</div>
<div class="card__back">
<ul class="card__body">
<li>1. The Wicker Man</li>
<li>2. Ghost of the Navigator</li>
<li>3. Brave New World</li>
<li>4. Blood Brothers</li>
<li>5. The Mercenary</li>
<li>6. Dream of Mirrors</li>
<li>7. The Faller Angel</li>
<li>8. The Nomad</li>
<li>9. Out of the Silent Planet</li>
<li>10. The Thin Between Love and Hate</li>
</ul>
<span class="btn-spotify"><a href="https://open.spotify.com/album/1hDF0QPIHVTnSJtxyQVguB?si=WMHlI6USSNyleFX_W9wjwA" target="_blank"><i class="icon-spotify"></i></i> Spotify</a></span>
</div>
</div>
</div>
</body>
</html>