Skip to content

Instantly share code, notes, and snippets.

@e1blue
e1blue / css-scroll-snap-how-do-i-look-in-this.markdown
Created February 6, 2020 22:57
CSS Scroll Snap: How Do I Look In This?
@e1blue
e1blue / index.pug
Created February 6, 2020 22:48
Turret Shooting Game
#example_game
@e1blue
e1blue / 11-12-paint-on-mouse-move.markdown
Created April 4, 2019 13:24
11/12: Paint on Mouse Move

11/12: Paint on Mouse Move

Animated a little drawing I did with parallaxing and 3D transforms :) She paints in rainbow brush strokes wherever your mouse goes.

A Pen by Angela He on CodePen.

License.

@e1blue
e1blue / index.html
Created January 27, 2019 10:37
Radial-gradient
<header>
<div class="wrap">
<h1>Radial-gradient</h1>
<p>Patterns with
<a href="https://css-doodle.com" target="_blank">css-doodle</a>
and CSS <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient" target="_blank">radial-gradient()</a>.
</p>
</div>
</header>
<ul class="patterns">
@e1blue
e1blue / five-habit-tracker-localstorage.markdown
Created September 5, 2018 13:05
Five habit tracker - LocalStorage

Five habit tracker - LocalStorage

You'll be able to keep track of five habits of your choice. You can custom each habit name and its color. You won't loose any progress made since it uses localStorage to keep it all.

If the month changes you'll have the chance to keep the same habits or modify them. You'll be able to see the previous/next data if there is as well.

This tracker is Sean McCabe idea's so you can check his page and learn more about it.

A Pen by Romina on CodePen.

@e1blue
e1blue / index.html
Created September 1, 2018 13:43
The Tunnel
<script id="fragmentShader" type="x-shader/fragment">
/**
* Original shader code by Soulman
* https://stackoverflow.com/a/5493122/388201
**/
precision highp float;
const float PI = 3.14159265358979323846264;
const float TWOPI = PI*2.0;
@e1blue
e1blue / index.html
Created September 1, 2018 13:42
sad man
<div class="man">
<div class="head"></div>
<div class="body"></div>
<div class="feet">
<div class="foot"></div>
<div class="foot"></div>
</div>
</div>
@e1blue
e1blue / gis-happy-friendship-day.markdown
Created August 9, 2018 01:20
GIS Happy friendship Day!
@e1blue
e1blue / game-prototype-taxi-apocalypse.markdown
Created August 6, 2018 13:43
[game prototype], Taxi apocalypse