-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarvel.html
More file actions
52 lines (49 loc) · 2.05 KB
/
marvel.html
File metadata and controls
52 lines (49 loc) · 2.05 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
<!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</title>
<link rel="icon" href="./img/icon.jpg">
<link rel="stylesheet" href="marvel.css">
</head>
<body>
<header>
<div class="inicio">
<img src="./img/logom2.png" width="15%" height="55%" padding-left="40px">
<p class="tarjetas">Comics Movies Videos Shop</p>
</div>
</header>
<div class="logo-gigante">
<img src="./img/slide1.jpg" width="100%" height="100%">
</div>
<div class="imagenes">
<img id="imagen1" src="./img/imgsec1.jpg" width="350px" height="250px" padding: 30px;>
<img id ="imagen2" src="./img/imgsec2.jpg" width="350px" height="250px" padding: 30px;>
<img id="imagen3" src="./img/imgsec3.jpg" width="350px" height="250px" padding: 30px;>
</div>
<div class="texto">
<div class="imagen-final">
<img src="./img/sec2img.jpg" width="480px" height="240px" padding="25px">
</div>
<div class="Final">
<div class="descripcion">
<h2>Secret Empire</h2>
</div><br>
<div class ="texto-final">
<p>The Marvel Universe is under siege from within! Captain America, secretly a true believer in the cause of Hydra, has turned his back on the Super Hero community. Using the trust and respect he has gained over the years he has ascended to a position where he can enacts Hydra's ideals. The death of Jack Flag, the trial of Maria Hill, the second Civil War, the alien Chitauri Queen.</p>
</div>
<br>
<button id="boton">Learn More</button>
</div>
</div>
<div class="follow-us">
<h4>Follow us</h4>
<div class="iconos">
<img src="./-516140946432zhysmbigz-removebg-preview.png" width="120px" height="40px">
</div>
<h4>2017 Producción Multimedia</h4>
</div>
</body>
</html>