|
7 | 7 | <link rel="stylesheet" href="style.css"/> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | | - <div> |
| 10 | + <!-- Big Div --> |
| 11 | + <div> |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + <!-- First Container --> |
11 | 17 | <div class="movies-container"> |
12 | | - <div class="image-container"><img src="img3.jpg" alt="Image 1"> |
13 | | - <h2>KGF 2</h2> |
14 | | - <p>Rating: 8.5</p> |
15 | | - <button style="background-color: blue; color: white;">Book Now</button> |
16 | | - </div> |
17 | | - <div class="image-container"><img src="img4.jpg" alt="Image 1"> |
18 | | - <h2>Bhool Bhulaiyaa 2</h2> |
19 | | - <p>Rating: 8.5</p> |
20 | | - <button style="background-color: blue; color: white;">Book Now</button> |
21 | | - </div> |
22 | | - <div class="image-container"><img src="img6.jpg" alt="Image 1"> |
23 | | - <h2>Aquaman</h2> |
24 | | - <p>Rating: 8.5</p> |
25 | | - <button style="background-color: blue; color: white;">Book Now</button> |
26 | 18 |
|
| 19 | + |
| 20 | + <!--First div--> |
| 21 | + <div class="image-container"><img src="img1.jpg" alt="Image 1"> |
| 22 | + <h2>KGF 2</h2> |
| 23 | + <p>Rating: 8.5</p> |
| 24 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 25 | + </div> |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + <!--Second div--> |
| 30 | + <div class="image-container"><img src="img2.jpg" alt="Image 1"> |
| 31 | + <h2>KGF 2</h2> |
| 32 | + <p>Rating: 8.5</p> |
| 33 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 34 | + |
| 35 | + </div> |
| 36 | + |
| 37 | + |
| 38 | + <!--Third div--> |
| 39 | + <div class="image-container"><img src="img3.jpg" alt="Image 1"> |
| 40 | + <h2>KGF 2</h2> |
| 41 | + <p>Rating: 8.5</p> |
| 42 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + </div> |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +<!-- First Container Close --> |
27 | 51 | </div> |
28 | | -</div> |
29 | | - <div class="movies-container "> |
30 | | - <div class="image-container"><img src="img5.jpg" alt="Image 1"> |
31 | | - |
32 | | - <h2>Animal</h2> |
33 | | - <p>Rating: 8.5</p> |
34 | | - <button style="background-color: blue; color: white;">Book Now</button> |
35 | | - </div> |
36 | | - <div class="image-container"><img src="img5.jpg" alt="Image 1"> |
37 | | - <h2>Animal</h2> |
38 | | - <p>Rating: 8.5</p> |
39 | | - <button style="background-color: blue; color: white;">Book Now</button> |
40 | | - |
41 | | - </div> |
42 | | - <div class="image-container"><img src="img5.jpg" alt="Image 1"> |
43 | | - <h2>Animal</h2> |
44 | | - <p>Rating: 8.5</p> |
45 | | - <button style="background-color: blue; color: white;">Book Now</button> |
46 | | - |
47 | | - </div> |
48 | | - </div> |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + <!-- Second Container --> |
| 56 | + <div class="movies-container"> |
| 57 | + |
| 58 | + <!--First div--> |
| 59 | + <div class="image-container"><img src="img4.jpg" alt="Image 1"> |
| 60 | + <h2>KGF 2</h2> |
| 61 | + <p>Rating: 8.5</p> |
| 62 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 63 | + |
| 64 | + |
| 65 | + </div> |
| 66 | + |
| 67 | + |
| 68 | + <!--Second div--> |
| 69 | + <div class="image-container"><img src="img5.jpg" alt="Image 1"> |
| 70 | + <h2>KGF 2</h2> |
| 71 | + <p>Rating: 8.5</p> |
| 72 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 73 | + |
| 74 | + |
| 75 | + </div> |
| 76 | + |
49 | 77 |
|
| 78 | + <!--Third div--> |
| 79 | + <div class="image-container"><img src="img6.jpg" alt="Image 1"> |
| 80 | + <h2>KGF 2</h2> |
| 81 | + <p>Rating: 8.5</p> |
| 82 | + <button style="background-color: blue; color: white;">Book Now</button> |
| 83 | +> |
| 84 | + </div> |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + <!-- Second Container Close --> |
50 | 91 | </div> |
51 | 92 |
|
52 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + <!-- Big Div Close --> |
| 101 | + </div> |
| 102 | + |
53 | 103 |
|
54 | 104 | </body> |
55 | 105 | </html> |
0 commit comments