forked from rizkidarmawan21/web-streaming-php-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
127 lines (120 loc) · 7.15 KB
/
test.html
File metadata and controls
127 lines (120 loc) · 7.15 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
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
<!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>Document</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
</style>
<script src="assets/script/tailwind-config.js"></script>
<style type="text/tailwindcss">
@layer components{
.side-link{
@apply flex items-center font-normal text-stream-gray text-base w-full p-4 rounded-2xl gap-[10px] transition-all;
}
.side-link.active{
@apply bg-softpur font-semibold text-white;
}
}
</style>
</head>
<body>
<div class="max-w-screen-lg px-20 mx-auto bg-stream-dark font-poppins">
<!-- Continue Watching -->
<div class="font-semibold text-[22px] text-white mb-[18px]">Continue Watching</div>
<div class="watched-movies flex flex-nowrap overflow-x-auto gap-[30px] relative">
<!-- Movies 1 -->
<div class="relative group overflow-hidden mr-[30px]">
<img src="assets/images/film-5.png" class="object-cover rounded-[30px] w-full h-[300px] w-[240px]"
alt="">
<div
class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black rounded-bl-[28px] rounded-br-[28px] z-10 translate-y-0 group-hover:translate-y-[300px] transition ease-in-out duration-500 group-hover:bg-transparent overflow-hidden">
<div class="px-7 pb-7">
<div class="font-medium text-xl text-white">Uncharted</div>
<p class="mb-0 text-stream-gray text-base mt-[10px]">2022</p>
</div>
</div>
<div class="absolute top-1/2 left-1/2 -translate-y-[500px] group-hover:-translate-y-1/2
-translate-x-1/2 z-20 transition ease-in-out duration-500">
<img src="assets/images/ic_play.svg" class="" width="80" alt="">
</div>
<a href="watching.html" class="inset-0 absolute z-50"></a>
</div>
<!-- Movies 2 -->
<div class="relative group overflow-hidden mr-[30px]">
<img src="assets/images/film-4.png" class="object-cover rounded-[30px] w-full h-[300px] w-[240px]"
alt="">
<div
class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black rounded-bl-[28px] rounded-br-[28px] z-10 translate-y-0 group-hover:translate-y-[300px] transition ease-in-out duration-500 group-hover:bg-transparent overflow-hidden">
<div class="px-7 pb-7">
<div class="font-medium text-xl text-white">Strange</div>
<p class="mb-0 text-stream-gray text-base mt-[10px]">2022</p>
</div>
</div>
<div class="absolute top-1/2 left-1/2 -translate-y-[500px] group-hover:-translate-y-1/2
-translate-x-1/2 z-20 transition ease-in-out duration-500">
<img src="assets/images/ic_play.svg" class="" width="80" alt="">
</div>
<a href="watching.html" class="inset-0 absolute z-50"></a>
</div>
<!-- Movies 3 -->
<div class="relative group overflow-hidden mr-[30px]">
<img src="assets/images/film-3.png" class="object-cover rounded-[30px] w-full h-[300px] w-[240px]"
alt="">
<div
class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black rounded-bl-[28px] rounded-br-[28px] z-10 translate-y-0 group-hover:translate-y-[300px] transition ease-in-out duration-500 group-hover:bg-transparent overflow-hidden">
<div class="px-7 pb-7">
<div class="font-medium text-xl text-white">Fornite</div>
<p class="mb-0 text-stream-gray text-base mt-[10px]">2022</p>
</div>
</div>
<div class="absolute top-1/2 left-1/2 -translate-y-[500px] group-hover:-translate-y-1/2
-translate-x-1/2 z-20 transition ease-in-out duration-500">
<img src="assets/images/ic_play.svg" class="" width="80" alt="">
</div>
<a href="watching.html" class="inset-0 absolute z-50"></a>
</div>
<!-- Movies 4 -->
<div class="relative group overflow-hidden mr-[30px]">
<img src="assets/images/film-2.png" class="object-cover rounded-[30px] w-full h-[300px] w-[240px]"
alt="">
<div
class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black rounded-bl-[28px] rounded-br-[28px] z-10 translate-y-0 group-hover:translate-y-[300px] transition ease-in-out duration-500 group-hover:bg-transparent overflow-hidden">
<div class="px-7 pb-7">
<div class="font-medium text-xl text-white">King's Queen</div>
<p class="mb-0 text-stream-gray text-base mt-[10px]">2022</p>
</div>
</div>
<div class="absolute top-1/2 left-1/2 -translate-y-[500px] group-hover:-translate-y-1/2
-translate-x-1/2 z-20 transition ease-in-out duration-500">
<img src="assets/images/ic_play.svg" class="" width="80" alt="">
</div>
<a href="watching.html" class="inset-0 absolute z-50"></a>
</div>
<!-- Movies 5 -->
<div class="relative group overflow-hidden mr-[30px]">
<img src="assets/images/film-1.png" class="object-cover rounded-[30px] w-full h-[300px] w-[240px]"
alt="">
<div
class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black rounded-bl-[28px] rounded-br-[28px] z-10 translate-y-0 group-hover:translate-y-[300px] transition ease-in-out duration-500 group-hover:bg-transparent overflow-hidden">
<div class="px-7 pb-7">
<div class="font-medium text-xl text-white">Morbius</div>
<p class="mb-0 text-stream-gray text-base mt-[10px]">2022</p>
</div>
</div>
<div class="absolute top-1/2 left-1/2 -translate-y-[500px] group-hover:-translate-y-1/2
-translate-x-1/2 z-20 transition ease-in-out duration-500">
<img src="assets/images/ic_play.svg" class="" width="80" alt="">
</div>
<a href="watching.html" class="inset-0 absolute z-50"></a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</body>
</html>