Fixed bug and added disaible fn.

This commit is contained in:
2022-10-12 14:36:49 +03:00
parent 0585b01ca3
commit 9099bcbc81
5 changed files with 43 additions and 19 deletions

View File

@ -9,11 +9,11 @@
</head>
<body>
<div class="container">
<div class="cg-dropdown"></div>
<div class="cg-dropdown cg-dropdown_one"></div>
<div class="cg-dropdown2"></div>
<div class="cg-dropdown cg-dropdown_two"></div>
<div class="cg-dropdown3" style="margin-left: 15px"></div>
<div class="cg-dropdown cg-dropdown_three"></div>
</div>
</body>
<script type="module" src="index.js"></script>