sticker: make it toggle-able

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-09-01 19:56:09 +05:30
parent a316bda945
commit 9195aacab2
3 changed files with 27 additions and 6 deletions

View File

@@ -54,13 +54,16 @@
$endfor$
</ul>
</footer>
<input type="checkbox" id="sticker-toggle" />
<div id="sticker">
hello!
<img
src="/images/personal/nyn.webp"
alt="いらっしゃいませ"
aria-hidden="true"
/>
<label for="sticker-toggle"> hello! </label>
<label for="sticker-toggle">
<img
src="/images/personal/nyn.webp"
alt="いらっしゃいませ"
aria-hidden="true"
/>
</label>
</div>
</body>
</html>