-
Notifications
You must be signed in to change notification settings - Fork 0
/
restauration.html
52 lines (48 loc) · 2.56 KB
/
restauration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Croissant+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="restauration.css">
<link rel="shortcut icon" href="ico.png" />
<title>Restoration of the Zoo RPG</title>
</head>
<body>
<br>
<center><div class="titre"><u class="sous">Animals and other</u></div></center>
<div class="container d-flex justify-content-center align-items-center h-100">
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="card zoomable-background" id="box1">
<div class="card-body">
<center><img class="image" src="asiat.png" /></center>
<div class="legende">The Dragon Feast, an enchanted Asian dish, combines exotic flavors and bewitched spices, revealing the essence of the mystical Orient, sparking unforgettable taste experiences in the RPG world.</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card zoomable-background" id="box2">
<div class="card-body">
<center><img class="image" src="vegan.png" /></center>
<div class="legende">Vegetable Nectarine, an enchanting vegan meal, fuses the magic of vegetables and herbs, bringing vitality and balance to this RPG world imbued with respect for nature.</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card zoomable-background" id="box3">
<div class="card-body">
<div class="card-body">
<center><img class="image" src="trad.png" /></center>
<div class="legende">The Legion Feast, a traditional French dish from the RPG kingdom, combines culinary refinement and gustatory delight, celebrating the art of living and the heritage of the ancients.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<center><a class="goto" href="index.html">Home</a></center>
</body>
</html>