initial commit
This commit is contained in:
32
index.html
Normal file
32
index.html
Normal 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>
|
Reference in New Issue
Block a user