-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathred.html
60 lines (59 loc) · 2.82 KB
/
red.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Red Lantern Corps </title>
<link rel="stylesheet" type="text/css" href="CSS\estilos.css">
<link rel="shortcut icon" type="image/x-icon" href="CSS\favicon.ico">
</head>
<body>
<header>
<div class="logotipo">
<img src="C:\Users\pc\Desktop\Lanterns\CSS\symbols\red.png" class="symbol" width="100" alt="Red Lantern symbol" title="Red Lantern symbol">
<h1 class="red"> Red Lantern </h1>
</div>
<nav>
<ul>
<li><a href="C:\Users\pc\Desktop\Lanterns\violet.html">Violet Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\yellow.html">Yellow Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\green.html">Green Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\blue.html">Blue Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\indigo.html">Indigo Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\orange.html">Orange Lantern</a></li>
</ul>
</nav>
</header>
<section class="main">
<section class="articles">
<article>
<h2 class="red">RED LANTERN CORPS</h2>
<p> <br>
<b>Power Source:</b> The Red Light of Wrath. <br>
<b>Entity:</b> The Butcher, a being similar to a red demon bull.
<br>
<br>
The Red Lantern Corps was formed by Atrocitus of the Five Inversions,
one of the five survivors of the Massacre of Sector 666. Using the blood
magics of the Five Inversions, Atrocitus harnessed the red spectrum of light,
allowing him to empower the rage within him. The Red Lantern Ring was born
out of anger and crystallized the blood of the Inversions.</p>
</article>
<article>
<h2 class="red"> LANTERN OATH </h2>
<p><i> <br>
"With blood and rage of crimson red, <br>
ripped from a corpse so freshly dead,<br>
together with our hellish hate. <br>
We'll burn you all...that is your fate!"</i> </p>
</article>
</section>
<aside>
<div>
<img src="C:\Users\pc\Desktop\Lanterns\CSS\entity\redAtrocitus.jpg" class="red" width="400" alt="Atrocitus and the Butcher" title="Atrocitus and the Butcher">
</div> Atrocitus and the Butcher
</aside>
</section>
<footer class="red">
<p> All DC Comics characters and the distinctive likeness(es) thereof are Trademarks & Copyright © 1935-2021 DC Comics, Inc. ALL RIGHTS RESERVED </p>
</footer>
</body>
</html>