-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (127 loc) · 4.86 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Card</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="test">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita sit ea totam similique, cum autem quasi labore fugit aperiam aspernatur nemo
omnis aliquid dolores non voluptatum tempore incidunt temporibus rerum quam asperiores magni id minima ipsam. Assumenda possimus fuga earum!
</p>
<p>
Cum ab cupiditate facere eos temporibus animi atque aliquam? Quisquam, pariatur unde. Maxime veritatis nam accusantium omnis? Tempore veniam
rerum illum error, minima quaerat delectus expedita a unde pariatur ipsum dolorum, ex perferendis culpa quod! At itaque aperiam veritatis
eligendi.
</p>
</div>
<div class="cards">
<a class="card" href="test">
<div class="thumbnail">
<img
src="https://images.unsplash.com/photo-1599409636295-e3cf3538f212?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80"
alt=""
/>
<p>3</p>
</div>
<p class="gamename">The Random Game</p>
<div class="game-stats">
<p class="viewers">834k<span>Viewers</span></p>
<div class="streamers">
<img
src="https://images.unsplash.com/photo-1636291237920-a7c56acdfb80?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=930&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635903486000-f4e1e7a54929?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=830&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635549298330-186987c31a26?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
</div>
<div class="cardback">
<p class="gamename">The Random Game</p>
<div class="stream-stats">
<p class="stats">834k<span>Watching</span></p>
<p class="stats">34.2k<span>Streaming</span></p>
</div>
</div>
</a>
<a class="card" href="test">
<div class="thumbnail">
<img
src="https://images.unsplash.com/photo-1599409636295-e3cf3538f212?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80"
alt=""
/>
<p>3</p>
</div>
<p class="gamename">The Random Game</p>
<div class="game-stats">
<p class="viewers">834k<span>Viewers</span></p>
<div class="streamers">
<img
src="https://images.unsplash.com/photo-1636291237920-a7c56acdfb80?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=930&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635903486000-f4e1e7a54929?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=830&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635549298330-186987c31a26?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
</div>
<div class="cardback">
<p class="gamename">The Random Game</p>
<div class="stream-stats">
<p class="stats">834k<span>Watching</span></p>
<p class="stats">34.2k<span>Streaming</span></p>
</div>
</div>
</a>
<a class="card" href="test">
<div class="thumbnail">
<img
src="https://images.unsplash.com/photo-1599409636295-e3cf3538f212?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80"
alt=""
/>
<p>3</p>
</div>
<p class="gamename">The Random Game</p>
<div class="game-stats">
<p class="viewers">834k<span>Viewers</span></p>
<div class="streamers">
<img
src="https://images.unsplash.com/photo-1636291237920-a7c56acdfb80?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=930&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635903486000-f4e1e7a54929?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=830&q=80"
alt=""
/>
<img
src="https://images.unsplash.com/photo-1635549298330-186987c31a26?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80"
alt=""
/>
</div>
</div>
<div class="cardback">
<p class="gamename">The Random Game</p>
<div class="stream-stats">
<p class="stats">834k<span>Watching</span></p>
<p class="stats">34.2k<span>Streaming</span></p>
</div>
</div>
</a>
</div>
</body>
</html>