forked from Kundan-CR7/HeroVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc1_review.html
More file actions
61 lines (61 loc) · 2.41 KB
/
c1_review.html
File metadata and controls
61 lines (61 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Avengers: Avengers vs X-Men</title>
<link rel="stylesheet" href="c1_review.css">
</head>
<body>
<header class="main-header">
<nav class="desktop-main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="character.html">Characters</a></li>
<li><a href="movies.html">Movies</a></li>
<li><a href="comic.html">Comics</a></li>
</ul>
</nav>
</header>
<div class="page">
<div class="suppoter">
<div class="discription">
<div class="movie_img"><img src="comic_images/comic1.png"></div>
<div class="root">
<h1>The Avengers: Avengers vs X-Men</h1>
<p>The Phoenix Force is heading to Earth, and the Avengers and the X-Men have very different ideas on how to handle it. While the Avengers believe the cosmic entity is a threat to the planet, the X-Men see it as the key to their salvation. What starts as a difference of opinion soon escalates into an all-out war between Marvel’s mightiest heroes.</p>
</div>
</div>
</div>
<div class="main-container">
<div class="cards">
<h1>Published Date</h1>
<h2>April 4, 2012</h2>
</div>
<div class="cards">
<h1>Publisher</h1>
<h2>Marvel Comics</h2>
</div>
<div class="cards">
<h1>Issue Count</h1>
<h2>12 Issues</h2>
</div>
<div class="cards">
<h1>Fan review</h1>
<p>⭐⭐⭐⭐⭐
"An epic crossover of titanic proportions!"
Avengers vs. X-Men perfectly captures the tension between two superhero teams with conflicting ideologies. The stakes are high, the battles are intense, and the storytelling keeps you hooked till the last page.
</p>
</div>
<div class="cards">
<h1>Writers</h1>
<h2>Brian Michael Bendis, Jason Aaron</h2>
</div>
<div class="cards">
<h1>Artists</h1>
<h2>John Romita Jr., Olivier Coipel</h2>
</div>
</div>
</div>
</body>
</html>