Skip to content

Instantly share code, notes, and snippets.

View superkevin's full-sized avatar

Elies superkevin

View GitHub Profile
@superkevin
superkevin / dabblet.css
Created January 25, 2012 14:40
Untitled
#sommaire {
position: fixed ;
color: white;
font-family: arial;
font-style: bold;
margin-top :0px;
margin-left : 600px;
}
@superkevin
superkevin / dabblet.css
Created January 24, 2012 15:04
Untitled
#sommaire {
position: fixed ;
color: white;
font-family: arial;
font-style: bold;
margin-top :0px;
margin-left : 600px;
}
@superkevin
superkevin / dabblet.html
Created January 19, 2012 16:10
Untitled
<section class="slide">
<h2>How to Make a Deck</h2>
<ol>
<li>
<h3>Write Slides</h3>
<p>Slide content is simple HTML.</p>
</li>
<li>
@superkevin
superkevin / dabblet.css
Created January 2, 2012 15:59
saucisse
/**
saucisse
*/
#titre {
font-family: arial;
margin-left : 20px;
color : gray
}
@superkevin
superkevin / dabblet.css
Created December 30, 2011 11:47
Untitled
img
{
position:absolute;
left:0px;
top:0px;
z-index:5;
}
p{