sticker: make it toggle-able
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user