forked from Lucas-Alarcon/fac_eval_layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheval_layout.html
31 lines (31 loc) · 1.08 KB
/
eval_layout.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css.css">
<title>Eval Layout</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 class="txtcenter">Evaluation Layout</h1>
<h2 class="desktopG txtcenter">Vue Desktop > 1370px</h2>
<h2 class="desktop txtcenter">Vue Desktop</h2>
<h2 class="tablette txtcenter">Vue Tablette à 768px à 970px</h2>
<h2 class="telephone txtcenter">Vue Téléphone à 320px</h2>
<div class="galerie">
<div id="mer">
<img src="img/mer.jpg" alt="mer">
</div>
<div id="lac" >
<img src="img/lac.jpg" alt="lac">
</div>
<div id="montagne">
<img src="img/montagne.jpg" alt="Montage">
</div>
<div id="foret">
<img src="img/foret.jpg" alt="forêt">
</div>
</div>
</body>
</html>