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
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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&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 ">
You can’t perform that action at this time.
0 commit comments