Skip to content

Instantly share code, notes, and snippets.

View Mamboleoo's full-sized avatar

Louis Hoebregts Mamboleoo

View GitHub Profile
@Mamboleoo
Mamboleoo / dabblet.css
Last active January 28, 2016 12:32
Untitled
cochon, vache{
display:block;
width: 100px;
height: 100px;
border:1px solid red;
}
vache:hover{
transition: 2s;
width: 200px;
@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;
}
@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 / Rainbow-loading.markdown
Created October 5, 2014 13:59
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / A-fractal-animation.markdown
Created September 24, 2014 19:18
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / Spinning-stars.markdown
Created September 4, 2014 20:19
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 / TrianglCeption.markdown
Created August 18, 2014 13:02
A Pen by Louis Hoebregts.
@Mamboleoo
Mamboleoo / Squiral.markdown
Created August 18, 2014 13:00
A Pen by Louis Hoebregts.
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;