Skip to content

Instantly share code, notes, and snippets.

View Git2020104's full-sized avatar

Bakaki Mahlon Git2020104

View GitHub Profile
@Git2020104
Git2020104 / index.html
Created March 14, 2022 08:11
Rubik's Input Concept - No JS!
<div class="cell">
<div class="cube-container">
<label for="flip">Flip</label>
<input type="checkbox" id="flip">
<div class="cube-wrapper">
<div class="cube">
<div class="face top">
<div class="tile">
<input name="1" type="radio">
<input name="1" type="radio">
@Git2020104
Git2020104 / index.pug
Created February 26, 2022 22:55
My Wikipedia Viewer
main(ng-app='WikiApp' ng-controller='MainCtrl')
#search.wrapper.fullHeight
a.white-text(href='https://en.wikipedia.org/wiki/Special:Random' target='_blank') Click here for a random article
br
form(ng-submit='search()')
input(type='text' ng-model='searchTxt')
.eks
p.white-text#help Click icon to search
.wrapper
ul
@Git2020104
Git2020104 / 3d-css-card.markdown
Last active December 3, 2021 13:43
3D CSS card
@Git2020104
Git2020104 / animated-tab-bar.markdown
Created December 1, 2021 17:43
Animated Tab Bar