Added native select and data push

This commit is contained in:
2022-10-20 17:47:50 +03:00
parent 214d65bdcd
commit 48b175c18d
4 changed files with 95 additions and 62 deletions

View File

@ -6,14 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cg-Select</title>
<link href="./style/main.scss" rel="stylesheet" />
<link href="./style/nativSelect.scss" rel="stylesheet" />
</head>
<body>
<div class="container">
<form id="data" action="handler.php"></form>
<button class="cg-dropdown cg-dropdown_one"></button>
<input type="submit" form="data" value="Отправить" />
<!-- <button class="cg-dropdown cg-dropdown_three"></button>
<button class="cg-dropdown cg-dropdown_three"></button>
<button class="cg-dropdown cg-dropdown_button" style="margin-top: 50px"></button>
<button class="cg-dropdown cg-dropdown_button" style="margin-top: 50px"></button> -->
</div>
</body>
<script type="module" src="index.js"></script>