-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (55 loc) · 2.79 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
<!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">
<script src="https://kit.fontawesome.com/0761e6dde5.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
<title>Interspecies Reviewers (2020)</title>
</head>
<body>
<div class="container">
<div class="movie-card-background">
<div class="movie-card">
<div class="movie-poster-container">
<img src="image\imageweek2.jpg" alt="Movie poster" class="poster">
</div>
<div class="movie-info-container">
<h1 class="movie-info-title">
interspecies reviewers (2020)
</h1>
<p class="movie-genres">
<span class="certification">TV-MA</span>
<span class="genres">Animation, Comedy, Sci-Fi & Fantasy</span>
<span class="duration">23m</span>
</p>
<div class="movie-actions">
<ul>
<li><a class="list-botttoms" href="#"><i class="fa-solid fa-list"></i></a></li>
<li><a class="list-botttoms" href="#"><i class="fa-solid fa-heart"></i></a></li>
<li><a class="list-botttoms" href="#"><i class="fa-solid fa-bookmark"></i></a></li>
<li><a class="play-clip-bottom" href="#"><i class="fa-solid fa-play"></i><span class="play-clip">Play Clip</span></a></li>
</ul>
</div>
<h3 class="movie-info-overwiew-title">
Overview
</h3>
<p class="movie-info-overwiew">
In a world bursting at the seams with moe monsters and humanoids of the horned sort, which brave heroes will take it upon themselves to review the beastly babes of the red-light district? Can only one be crowned the ultimate title of best girl? Behold the most tantalizing of trials.
</p>
</div>
</div>
</div>
<footer>
<h2 class="footer-title"> Find my to discus the movie </h2>
<ul>
<li> <a href="#">Twitter <i class="fab fa-twitter"></i></a></li>
<li> <a href="#">Instagram <i class="fab fa-instagram"></i></a> </li>
<li> <a href="#">Facebook <i class="fab fa-facebook"></i></a> </li>
</ul>
<p>Nikita Aks. © 2023
</footer>
</div>
</body>
</html>