-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblue.html
59 lines (59 loc) · 2.77 KB
/
blue.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Blue 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\blue.png" class="symbol" alt="Blue Lantern symbol" width="100" title="Blue Lantern symbol">
<h1 class="blue"> Blue Lantern </h1>
</div>
<nav>
<ul>
<li><a href="C:\Users\pc\Desktop\Lanterns\indigo.html">Indigo 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\red.html">Red Lantern</a></li>
<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\orange.html">Orange Lantern</a></li>
</ul>
</nav>
</header>
<section class="main">
<section class="articles">
<article>
<h2 class="blue">BLUE LANTERN CORPS</h2>
<p> <br>
<b>Power Source:</b> The Blue Light of Hope.
<br>
<b>Entity:</b> Adara, a being similar to a huge blue bird.
<br>
<br>
Their power rings are charged by the emotion "hope," and they greatly increase
the strength of any nearby Green Lanterns. Their home is the planet Odym and
their representative entity is Adara. Ganthet and Sayd were their original leaders,
and their greatest champion is Saint Walker.</p>
</article>
<article>
<h2 class="blue"> LANTERN OATH </h2>
<p><i> <br>
"In fearful day, in raging night, <br>
With strong hearts full, our souls ignite. <br>
When all seems lost in the War of Light, <br>
Look to the stars, for hope burns bright!"</i> </p>
</article>
</section>
<aside>
<div>
<img src="C:\Users\pc\Desktop\Lanterns\CSS\entity\blueWalker.jpg" class="blue" width="400" alt="Saint Walker and Adara" title="Saint Walker and Adara">
</div> Saint Walker and Adara
</aside>
</section>
<footer class="blue">
<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>