Generation

genera un slider parecido al de netflix para 6 películas con descripción y título.

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <div class="carousel" data-flickity> <div class="carousel-cell"> <img src="https://s3.amazonaws.com/codecademy-content/courses/learn-handlebars/charlie.jpg" alt="Charlie Chaplin"> <h3>Charlie Chaplin</h3> </div> <div class="carousel-cell"> <img src="https://s3.amazonaws.com/codecademy-content/courses/learn-handlebars/bruce.jpg" alt="Bruce Lee"> <h3>Bruce Lee</h3>

Questions about programming?Chat with your personal AI assistant