MOFA/components/buttons/chip_button.html
2024-10-22 19:12:18 +09:00

20 lines
489 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@import url(../../css/global.css);
@import url(chip_button.css);
</style>
</head>
<body style="background-color: black;">
<label class="button chip">
<input type="checkbox">
<div class="label">
<span>1일</span>
</div>
</label>
</body>
</html>