-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcross.html
29 lines (27 loc) · 1.17 KB
/
cross.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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Burger menu library - Miam !</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/miam-menu-burger.min.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<h1>Miam menu, All the burgers you need</h1>
<h2>Burger classic</h2>
<div class="container-burger container-burger-classic">
<button class="cross-menu" data-menu-animation="transition-arrow-down-alt">
<span class="barre barre__top"></span>
<span class="barre barre__middle"></span>
<span class="barre barre__bottom"></span>
</button>
</div>
<!-- jquery library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<!-- lien vers notre main.js -->
<script src="js/miam-menu-burger.min.js"></script>
</body>
</html>