Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
CodeMyUI / dual-triangle-preloaders.markdown
Last active April 19, 2020 21:58
Dual Triangle Preloaders
@CodeMyUI
CodeMyUI / index.html
Last active January 9, 2024 14:38
LIGHT Flickering Animation (Vanilla CSS)
<div>
<span id="L">L</span>
<span id="I">I</span>
<span id="G">G</span>
<span id="H">H</span>
<span id="T">T</span>
</div>
@CodeMyUI
CodeMyUI / 3d-textbox.markdown
Last active April 19, 2020 21:41
3D Textbox
@CodeMyUI
CodeMyUI / css-goey-footer.markdown
Last active April 19, 2020 21:24
CSS Goey footer
@CodeMyUI
CodeMyUI / exciting-multi-line-highlights.markdown
Last active April 19, 2020 21:10
Exciting Multi-line Highlights
@CodeMyUI
CodeMyUI / Demo
Last active April 19, 2020 20:58
CSS Neumorphic Toggle
https://codemyui.com/labyrinth-style-balancing-ball-neumorphic-toggle/
https://codepen.io/jh3y/pen/eYpmBxQ
https://codemyui.com/?p=29617
@CodeMyUI
CodeMyUI / glitch-effect-week-9-52.markdown
Created March 10, 2020 23:04
glitch effect — week 9/52
@CodeMyUI
CodeMyUI / index.html
Created March 10, 2020 22:40
Rainbow stacked accordion animation
<link href="https://fonts.googleapis.com/css?family=Archivo+Black&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo:700&display=swap" rel="stylesheet">
<div class="card">
<p>
Similar post
</p>
<h2>
How I recreated a Polaroid camera with CSS gradients only
@CodeMyUI
CodeMyUI / index.html
Created February 17, 2020 22:22
What's behind ?
<canvas id="canvas"></canvas>
<h1>What's behind the curtain ?</h1>
<p>This funny interactive curtain is made with ThreeJS, polylines and verlet constraints (adapted from verlet-js).</p>