initial commit

This commit is contained in:
2024-04-26 16:10:21 +02:00
commit f38f4ac5cf
12 changed files with 263 additions and 0 deletions

32
index.html Normal file
View File

@ -0,0 +1,32 @@
<!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>