-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (33 loc) · 1.14 KB
/
index.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
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="reboot.css">
<link rel="stylesheet" href="style.css">
<title>test</title>
</head>
<body>
<div class="wrapper">
<div class="container" >
<div>
<div class="wrapper_rotation">
<label for="hauteur"></label>
<input type="range" name="hauteur" min="0" max="350" value="175" class="slider_height">
</div>
<input type="range" name="largeur" value="325" class="slider_width" min="0" max="650">
</div>
<div class="background_clean">
</div>
<div class="area_blur">
<div class="background_blur" >
</div>
</div>
<div class="area_overBlur">
<h1>Hello<br />World !!</h1>
</div>
</div>
</div>
<script src="jquery.js"></script>
<script src="app.js"></script>
</body>
</html>