|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 | 8 | <title>CSS UI - Dropdown 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/font-awesome/4.7.0/css/font-awesome.min.css">
|
13 | 13 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext">
|
14 | 14 | <link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
|
| 15 | + |
| 16 | + <!-- css dropdown menu --> |
15 | 17 | <link rel="stylesheet" href="css/style.dropdown.css">
|
16 | 18 |
|
17 | 19 | <!-- css dropdown theme -->
|
18 | 20 | <link rel="stylesheet" href="css/style.dropdown.light.css">
|
19 | 21 | <!--<link rel="stylesheet" href="css/style.dropdown.dark.css">-->
|
| 22 | + |
| 23 | + <!-- css only for this page --> |
20 | 24 | <style>
|
21 | 25 | body {
|
22 | 26 | font-family: 'Open Sans', sans-serif;
|
23 | 27 | }
|
24 | 28 | </style>
|
25 | 29 | </head>
|
26 | 30 | <body>
|
| 31 | + <!-- demonstration page --> |
27 | 32 | <div class="container" style="width: 600px; padding-top: 50px;">
|
28 | 33 | <h2>CSS UI - Dropdown menu</h2>
|
29 | 34 | <div class="clear">
|
|
0 commit comments