| Display Name | Sessions Completed | Antibiotics | Circulation | Massive Bleeding | Details |
|---|
Get the latest information on Hollywood movies released in 2018, now available in Hindi. Browse through our collection of movies, read reviews, and watch trailers. Click on the movie you like to get redirected to MoviesOK for streaming or downloading.
.movie-card h2 { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
<!-- Movie Grid --> <div class="movie-grid"> <div class="movie-card" data-movie-title="Avengers: Infinity War" data-movie-year="2018"> <img src=" Avengers-Infinity-War-poster.jpg" alt="Avengers: Infinity War Poster"> <h2>Avengers: Infinity War</h2> <p>Genre: Action, Adventure, Sci-Fi</p> <button>Watch Now</button> </div> <!-- More movie cards --> </div> /* Style the movie grid and cards */ .movie-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.movie-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 10px 10px 0 0; }
This application is in Beta access and is pending AMEDD certification.