Files
card_effect/index.html
2024-04-26 16:10:21 +02:00

32 lines
838 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>Card Effect</title>
</head>
<body>
<div class="container">
<div class="card">
<h2>Card 1</h2>
<p>Card with 3D effect of the footballer Loic Perrin</p>
<img class="image" src="img/Perrin.png" alt="">
<a href="Pages/Card Football.html" class="button">Voir plus</a>
</div>
<div class="card">
<h2>Card 2</h2>
<p>card with 3D effect of pokemon Palkia</p>
<img class="img" src="img/Carte.png" alt="">
<a href="Pages/Card Pokemon.html" class="button">Voir plus</a>
</div>
</div>
</body>
</html>