Skip to content

Instantly share code, notes, and snippets.

@BloodCelebration
BloodCelebration / index.html
Created April 7, 2021 10:00
Neomorphic Form
<form>
<div class="segment">
<h1>Sign up</h1>
</div>
<label>
<input type="text" placeholder="Email Address"/>
</label>
<label>
@BloodCelebration
BloodCelebration / impossible-checkbox-v2.markdown
Created March 11, 2021 08:28
Impossible Checkbox v2 🐻

Impossible Checkbox v2 🐻

Revisiting one of my favorite pens to update the React side of it and add sound

A Pen by Jhey on CodePen.

License.

@BloodCelebration
BloodCelebration / index.html
Created March 11, 2021 08:26
Voyage Slider | GSAP
<div class="app">
<div class="cardList">
<button class="cardList__btn btn btn--left">
<div class="icon">
<svg>
<use xlink:href="#arrow-left"></use>
</svg>
</div>
@BloodCelebration
BloodCelebration / css-neumorphism_animation.markdown
Created March 11, 2021 08:25
【css】Neumorphism_animation
@BloodCelebration
BloodCelebration / image-slider-with-multiple-controls-and-mobile-swipe-control-javascript.markdown
Created March 11, 2021 08:22
Image slider with multiple controls and mobile swipe control (Javascript)