This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< title > CSS UI - Responsive menu</ title >
9
9
10
- <!-- css styles -->
10
+ <!-- css -->
11
11
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css ">
12
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.3.0/css/perfect-scrollbar.min.css ">
13
13
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
14
14
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext ">
15
15
< link rel ="stylesheet " href ="https://css-ui.github.io/css/cssui.min.css ">
16
+
17
+ <!-- css menu -->
16
18
< link rel ="stylesheet " href ="css/style.menu.css ">
17
19
18
20
<!-- css menu theme -->
19
21
< link rel ="stylesheet " href ="css/style.menu.light.css ">
20
22
<!--<link rel="stylesheet" href="css/style.menu.dark.css">-->
23
+
24
+ <!-- css only for this page -->
21
25
< style >
22
26
body {
23
27
background : # f2f2f2 ;
26
30
</ style >
27
31
</ head >
28
32
< body >
29
- <!-- navigation -->
33
+ <!-- demonstration page -->
30
34
< div class ="nav ">
31
35
32
36
<!-- click menu -->
You can’t perform that action at this time.
0 commit comments