Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2459975

Browse files
committed
Update
1 parent a6e709f commit 2459975

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,28 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>CSS UI - Dropdown menu</title>
99

10-
<!-- css styles -->
10+
<!-- css -->
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1313
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
1414
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
15+
16+
<!-- css dropdown menu -->
1517
<link rel="stylesheet" href="css/style.dropdown.css">
1618

1719
<!-- css dropdown theme -->
1820
<link rel="stylesheet" href="css/style.dropdown.light.css">
1921
<!--<link rel="stylesheet" href="css/style.dropdown.dark.css">-->
22+
23+
<!-- css only for this page -->
2024
<style>
2125
body {
2226
font-family: 'Open Sans', sans-serif;
2327
}
2428
</style>
2529
</head>
2630
<body>
31+
<!-- demonstration page -->
2732
<div class="container" style="width: 600px; padding-top: 50px;">
2833
<h2>CSS UI - Dropdown menu</h2>
2934
<div class="clear">

0 commit comments

Comments
 (0)