-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavi.html
29 lines (28 loc) · 1.12 KB
/
navi.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="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Materialize FAB button spin-close menu variation</title>
<link rel='stylesheet' href='https://fonts.googleapis.com/icon?family=Material+Icons'>
<link rel="stylesheet" href="css\navi\navi2.css">
<link rel="stylesheet" href="./style.css">
<script src='js/navi/navi1.js'></script>
<script src='js/navi/navi2.js'></script>
</head>
<body>
<!-- partial:index.partial.html -->
<!-- Click-only FAB html from http://materializecss.com/buttons.html -->
<div class="fixed-action-btn horizontal click-to-toggle spin-close">
<a class="btn-floating btn-large red">
<i class="material-icons">edit</i>
</a>
<ul>
<li><a class="btn-floating red" href="https://naver.com"><i class="material-icons">insert_chart</i></a></li>
<li><a class="btn-floating yellow darken-1"><i class="material-icons">format_quote</i></a></li>
<li><a class="btn-floating green"><i class="material-icons">publish</i></a></li>
<li><a class="btn-floating blue"><i class="material-icons">attach_file</i></a></li>
</ul>
</div>
<!-- partial -->
</body>
</html>