-
Notifications
You must be signed in to change notification settings - Fork 0
/
slider.html
39 lines (32 loc) · 1.15 KB
/
slider.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="public/css/main.css">
</head>
<body>
<div class="center">
<h2 class="subtitle">
NOTRE CENTRE ET NOS EQUIPES
</h2>
<P class="text">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Quod magnam molestias officiis placeat maiores
quaerat cupiditate labore aliquam? Illo aliquam voluptates
placeat tempora dolorum ad iure fuga dolore excepturi natus?
</P>
<div class="slider">
<div class="slider__images">
<img src="public/images/pexels-orhun-rüzgar-öz-10822254.jpg " alt="">
<img src="public/images/pexels-elina-fairytale-3865530.jpg" alt="">
<img src="public/images/pexels-gustavo-fring-5622040.jpg" alt="">
</div>
<div class="slider__controls">
</div>
</div>
</div>
</body>
</html>