-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbombshell.html
25 lines (24 loc) · 907 Bytes
/
bombshell.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bombshell</title>
<link rel="stylesheet" href="pelicula.css">
</head>
<body>
<h1>UNA PELI PARA COVID-19</h1>
<h2>Una pelicula por dia para evitar las salidas</h2>
<h3>Bombshell</h3>
<div id="contenido">
<img src= "https://m.media-amazon.com/images/M/MV5BZjlhOWE3YjktY2MzOC00ZmQ1LWIwNjgtZmVhZmFjZGExMzgyXkEyXkFqcGdeQXVyMDA4NzMyOA@@._V1_SY1000_CR0,0,648,1000_AL_.jpg" alt="bombshell">
<ul>
<li>Bombshell</li>
<li>Año de Estreno 2019</li>
<li>Clasificacion: Apto para todo publico</li>
<li>Elenco: Charlize Theron, Nicole Kidman, Margot Robbie</li>
<li>Sinopsis: A group of women on Fox News head Roger Ailes and the toxic atmosphere he presided at the network</li>
</ul>
</div>
</body>
</html>