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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Sep 7, 2018
1 parent a6e709f commit 2459975
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,28 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSS UI - Dropdown menu</title>

<!-- css styles -->
<!-- css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">

<!-- css dropdown menu -->
<link rel="stylesheet" href="css/style.dropdown.css">

<!-- css dropdown theme -->
<link rel="stylesheet" href="css/style.dropdown.light.css">
<!--<link rel="stylesheet" href="css/style.dropdown.dark.css">-->

<!-- css only for this page -->
<style>
body {
font-family: 'Open Sans', sans-serif;
}
</style>
</head>
<body>
<!-- demonstration page -->
<div class="container" style="width: 600px; padding-top: 50px;">
<h2>CSS UI - Dropdown menu</h2>
<div class="clear">
Expand Down

0 comments on commit 2459975

Please sign in to comment.