Work method button control finished.

This commit is contained in:
2022-10-13 13:42:46 +03:00
parent b2dd417ba6
commit ce941a3dad
4 changed files with 48 additions and 3 deletions

View File

@ -14,6 +14,12 @@
<button class="cg-dropdown cg-dropdown_two"></button>
<button class="cg-dropdown cg-dropdown_three"></button>
<button class="cg-dropdown cg-dropdown_button" style="margin-top: 50px"></button>
</div>
<div class="buttonControlBox">
<button class="buttonControl button__open">Open</button>
<button class="buttonControl button__close">Close</button>
</div>
</body>
<script type="module" src="index.js"></script>