-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarvelUniverse.html
63 lines (54 loc) · 2.28 KB
/
MarvelUniverse.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
<!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>Marvel's Universe</title>
</head>
<link
href="https://fonts.googleapis.com/css?family=Baloo+Bhai&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="MarvelUniverse.css" />
<body>
<!-- <header class="header"> -->
<!-- <body background="https://source.unsplash.com/1600x1000/?marvel,avengers"> -->
<body>
<table cellspacing ="20">
</table>
<hr size="3" noshade>
<center>
<Body background="https://source.unsplash.com/1600x1000/?marvel">
<h1>Avengers :</h1>
<p>The Avengers are a fictional team of superheroes that appears in American comic books published by Marvel Comics. The team made its debut in The Avengers #1 (cover-dated Sept. 1963), created by writer-editor Stan Lee and artist/co-plotter Jack Kirby. Labeled "Earth's Mightiest Heroes", the Avengers consisted of Iron Man, Ant-Man, Hulk, Thor and the Wasp. The original Captain America was discovered trapped in ice in issue #4, and joined the group after they revived him.</p>
<!-- <img
src="https://source.unsplash.com/1600x900/?avengers,marvel"
alt="Marvel Universe"
/> -->
<div class="left">
<img src="loading.gif" alt="Marvel's logo!" />
<div>Marvel's Club</div>
</div>
<div class="mid">
<ul class="navbar">
<!-- <li><a href="#">Home</a></li> -->
<li><a href="#">About Us</a></li>
<!-- <li><a href="#">Fitness Tracker</a></li>
<li><a href="#">Contact Us</a></li> -->
</ul>
</div>
<!-- src="https://source.unsplash.com/1600x1000/?marvel cinematic universe" -->
<div class="right">
<button class="btn">Call us</button>
<button class="btn">Email us</button>
</div>
<!-- <div>
<img
src="https://source.unsplash.com/1600x900/?fitness,gym"
alt="Gym Pictuures"
/>
</div> -->
</header>
</body>
</html>