Newer
Older
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #121212; /* Couleur de fond sombre */
color: #fff; /* Couleur du texte blanc */
color: #2980b9; /* Titre en blanc */
border-bottom: 2px solid #ffffff;
padding-bottom: 10px;
text-align: center;
}
.movie-container {
background-color: #2b2b2b; /* Couleur de fond du conteneur */
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 20px auto;
}
.movie-image {
text-align: center;
}
.movie-image img {
max-width: 100%;
border-radius: 8px;
}
.movie-details {
margin-top: 20px;
}
.movie-details h2 {
margin-bottom: 10px;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
.movie-details p {
line-height: 1.6;
margin: 10px 0;
}
.movie-details .genres,
.movie-details .actors,
.movie-details .keywords {
margin-top: 10px;
}
.button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
color: #fff;
background-color: #2980b9;
border-radius: 5px;
text-decoration: none;
text-align: center;
}
.button:hover {
background-color: #1a6aa1;
}
</style>
</head>
<body>
<div class="movie-container">
<img src="https://image.tmdb.org/t/p/original/nQJmWekGYlXhezGUb21xFfEfwhH.jpg" alt="Beasts of the Southern Wild">
<p>Hushpuppy, an intrepid six-year-old girl, lives with her father, Wink in 'the Bathtub', a southern Delta community at the edge of the world. Wink’s tough love prepares her for the unraveling of the universe—for a time when he’s no longer there to protect her. When Wink contracts a mysterious illness, nature flies out of whack—temperatures rise, and the ice caps melt, unleashing an army of prehistoric creatures called aurochs. With the waters rising, the aurochs coming, and Wink’s health fading, Hushpuppy goes in search of her lost mother.</p>
<p class="actors">Quvenzhané Wallis, Dwight Henry, Levy Easterly, Gina Montana, Lowell Landes, Pamela Harper, Amber Henry, Jonshel Alexander, Nicholas Clark, Joseph Brown</p>
<p class="keywords">explosive, refugee camp, hurricane, flooding, global warming, based on play or musical, bayou, crab, prehistoric creature, storm, celebration, magic realism, auroch, tough love, defrost, levee, lost mother, melting ice caps, shrimp, salt water, crawfish, shrimping, submerged, grits, african american child, wild man</p>