Skip to content

Instantly share code, notes, and snippets.

View YaBagro's full-sized avatar
🍑
WIP: Obsessing over my girlfriend’s gorgeous butt.

Yaroslav Bagrenko YaBagro

🍑
WIP: Obsessing over my girlfriend’s gorgeous butt.
View GitHub Profile
@YaBagro
YaBagro / css-slider-puzzle-game.markdown
Created April 12, 2024 12:09
CSS Slider Puzzle Game
@YaBagro
YaBagro / image-slider-with-multiple-controls-and-mobile-swipe-control-javascript.markdown
Created January 29, 2023 15:25
Image slider with multiple controls and mobile swipe control (Javascript)
@YaBagro
YaBagro / index.html
Created September 16, 2022 09:19
Language Toggle Button
<center>
<div class="switch">
<input id="language-toggle" class="check-toggle check-toggle-round-flat" type="checkbox">
<label for="language-toggle"></label>
<span class="on">BN</span>
<span class="off">EN</span>
</div>
</center>