-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 3.1 KB
/
index.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
<!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>Book Your Movie</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h3 class="text-center">Book Your Tickets</h3>
<div class="flexbox">
<div class="box1">
<img src="https://www.pixelstalk.net/wp-content/uploads/2016/04/Free-avengers-backgrounds-free-download.jpg" class="box-img1" alt="">
<h2 class="center1">The Avengers</h2>
<p>Nick Fry is compelled to launch the
Avengers initiative when Loki poses a
threat to planet Earth.His squad of
superheroes put their minds together to
accomplish the task.</p>
<button class="btn1">Watch Trailer</button>
</div>
<div class="box2">
<img src="https://i.pinimg.com/originals/e5/58/90/e55890a04bacdbf09c941f67e6264f31.jpg" class="box-img2" alt="">
<h2 class="center2">Avengers: Age of Ultron</h2>
<p>Tony Stark builds an artificial intelligence system named the Ultron with the help of Bruce Banner.
When the sentient Ultron makes plans to wipe out the human race.
</p>
<button class="btn2">Watch Trailer</button>
</div>
<div class="box3">
<img src="http://www.blackfilm.com/read/wp-content/uploads/2018/03/Avengers-Infinity-War-new-poster.jpg" class="box-img3" alt="">
<h2 class="center3">Avengers: Infinity War</h2>
<p>The Avengers must stop Thanos,an intergalactic warlord,from getting his hands on all the infinity stones.However, Thanos is prepared to go to any lengths to carry out his insane plan.
</p>
<button class="btn3">Watch Trailer</button>
</div>
<div class="box4">
<img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/518582d6-a147-4d5f-b09f-f041e6eb7388/dd2aksh-048068b1-a523-461d-8fe5-252656b686ac.jpg/v1/fill/w_1280,h_1898,q_75,strp/avengers_endgame_poster_w__quantum_suits_by_maxuelzombie_dd2aksh-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzUxODU4MmQ2LWExNDctNGQ1Zi1iMDlmLWYwNDFlNmViNzM4OFwvZGQyYWtzaC0wNDgwNjhiMS1hNTIzLTQ2MWQtOGZlNS0yNTI2NTZiNjg2YWMuanBnIiwiaGVpZ2h0IjoiPD0xODk4Iiwid2lkdGgiOiI8PTEyODAifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uud2F0ZXJtYXJrIl0sIndtayI6eyJwYXRoIjoiXC93bVwvNTE4NTgyZDYtYTE0Ny00ZDVmLWIwOWYtZjA0MWU2ZWI3Mzg4XC9tYXh1ZWx6b21iaWUtNC5wbmciLCJvcGFjaXR5Ijo5NSwicHJvcG9ydGlvbnMiOjAuNDUsImdyYXZpdHkiOiJjZW50ZXIifX0.qCb7i8PMfQByEPP76L4kuFehtEp_ei9QLkWwkrNpNxY" class="box-img4" alt="">
<h2 class="center4">Avengers: Endgame</h2>
<p>After Thanos ,an intergalactic warlord, disintegrates half of the universe,the Avengers must reunite and assemble again to reinvigorate their trounced allies and restore balance.
</p>
<button class="btn4">Watch Trailer</button>
</div>
</div>
</body>
</html>