Skip to content

Instantly share code, notes, and snippets.

View Mamboleoo's full-sized avatar

Louis Hoebregts Mamboleoo

View GitHub Profile
html{margin: 0;height: 100%}
body{
width: 100%;
height: 1900px;
margin: 0;
background: url(http://farm5.staticflickr.com/4005/4479277174_ae933cc32d_b.jpg
) no-repeat center center;
}
p{margin: 10px 0;}
body{background: black;overflow: hidden;}
div{
width: 0px;
height: 0px;
position: relative;
margin: 10% auto;
cursor: pointer;
background: url(http://i.imgur.com/wiTkmLK.jpg) center center;
background-size: cover;
border: 10px solid white;
@Mamboleoo
Mamboleoo / Squiral.markdown
Created August 18, 2014 13:00
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / TrianglCeption.markdown
Created August 18, 2014 13:02
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / Circle-flower-generator.markdown
Created August 27, 2014 17:04
A Pen by Louis Hoebregts.

Circle flower generator

Inspired from the Spirograph, this experiment allows you to create beautiful flowers and more ! Have fun with the controls by pressing space.

A Pen by Louis Hoebregts on CodePen.

License.

@Mamboleoo
Mamboleoo / Spinning-stars.markdown
Created September 4, 2014 20:19
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / A-fractal-animation.markdown
Created September 24, 2014 19:18
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / Rainbow-loading.markdown
Created October 5, 2014 13:59
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / dabblet.css
Created October 30, 2014 22:56
Untitled
html,body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: black;
overflow: hidden;
cursor: pointer;
font-family: Helvetica, arial, sans-serif;
}
@Mamboleoo
Mamboleoo / dabblet.css
Created December 3, 2015 12:10
Untitled
p{
font-size: 16px;
color: black;
}
p span{
font-size: 20px;
color: red;
text-decoration: underline;
}