Skip to content

Instantly share code, notes, and snippets.

View wrapcoders's full-sized avatar
🎯
Bootstrapping

WRAPCODERS wrapcoders

🎯
Bootstrapping
View GitHub Profile
The font is: <select class="option" id="test" name="test">
<option value="arial">Arial</option>
<option value="uppercase">Uppercase</option>
<option value="comicsans">Comic sans (dyslexic friendly)</option>
</select>
@wrapcoders
wrapcoders / css-background-effect.markdown
Created January 3, 2022 14:49
CSS Background Effect
@wrapcoders
wrapcoders / index.pug
Created January 3, 2022 14:35
Pure CSS Particle Animation
.container
img(src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/221808/sky.jpg").background
p.message all your dreams can come true<br>if you have the courage to pursue them
- for (i = 1; i <= 100; i++)
.circle-container
.circle

CSS Fireflies

An elegant HTML/CSS only solution for adding a tranquil fireflies effect to you page. CSS only.

A Pen by Mike Golus on CodePen.

License.

@wrapcoders
wrapcoders / animated-ripples-background.markdown
Created January 3, 2022 14:05
Animated Ripples background
@wrapcoders
wrapcoders / grayscale-ambient-background.markdown
Created January 3, 2022 13:00
Grayscale Ambient Background
@wrapcoders
wrapcoders / demo-hero-image-x-css-gradient-2.markdown
Created December 27, 2021 14:58
Demo: Hero Image × CSS Gradient #2