-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplats.html
81 lines (68 loc) · 2.55 KB
/
plats.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>plats</title>
<link rel="stylesheet" href="skeleton.css">
<link rel="stylesheet" href="imgrecette.css">
<style media="screen">
img {max-width: 100%;}
h1 {font-size: 60pt;}
h2 {font-size: 40pt; display: inline-block; padding: 10px;}
.container {margin-top: 30px;}
div div div {padding-top: 20px;}
</style>
</head>
<body>
<nav class="liens">
<a href="index.html">Accueil</a>
<a href="pays.html">Pays</a>
<a href="plats.html" class="active">Plats</a>
<a href="desserts.html">Desserts</a>
<a href="recettes.html">Recettes</a>
</nav>
<div class="container">
<div class="four columns">
<a href="plat-pologne.html"><img src="marshmallows.jpg"></a><br> Pologne</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-espagne.html"><img src="marshmallows.jpg"></a><br> Espagne</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-france.html"><img src="marshmallows.jpg"></a><br> France</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-italie.html"><img src="marshmallows.jpg"></a><br> Italie</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-suisse.html"><img src="marshmallows.jpg"></a><br> Suisse</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-vietnam.html"><img src="marshmallows.jpg"></a><br> Vietnam</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-russie.html"><img src="marshmallows.jpg"></a><br> Russie</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-angleterre.html"><img src="marshmallows.jpg"></a><br> Angleterre</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-allemagne.html"><img src="marshmallows.jpg"></a><br> Allemagne</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-albanie.html"><img src="marshmallows.jpg"></a><br> Pérou</div><!-- fin bloc -->
<div class="four columns">
<a href="plat-albanie.html"><img src="marshmallows.jpg"></a>
<div class="legend">
<p>Pologne<br>
durée</p>
<p>personnes<br>
difficulté</p>
</div>
</div><!-- fin pologne -->
<div class="four columns">
<a href="plat-bresil.html"><img src="marshmallows.jpg"></a>
<div class="legend">
<p>Brésil<br>
durée 15 min</p>
<p>5 personnes<br>
facile<br>
</p>
</div><!-- fin brésil -->
</div>
</div>
</div>
</body>
</html>