Skip to content

Instantly share code, notes, and snippets.

View maxpelic's full-sized avatar
👀
looking for projects to contribute to

Max Pelic maxpelic

👀
looking for projects to contribute to
View GitHub Profile
@maxpelic
maxpelic / dabblet.css
Last active December 21, 2015 18:29
animate
/**
* animate
*/
@import url(http://fonts.googleapis.com/css?family=Crushed);
@import url(http://fonts.googleapis.com/css?family=Jockey+One);
@import url(http://fonts.googleapis.com/css?family=Passion+One);
body {
background-color: #122;
text-align:center;
@maxpelic
maxpelic / dabblet.css
Last active December 21, 2015 18:19
animate
/**
* animate
*/
@import url(http://fonts.googleapis.com/css?family=Crushed);
@import url(http://fonts.googleapis.com/css?family=Jockey+One);
@import url(http://fonts.googleapis.com/css?family=Passion+One);
body {
background-color: #122;
text-align:center;
@maxpelic
maxpelic / dabblet.css
Last active December 21, 2015 16:59
Slideout
/**
* Slideout
*/
#slide{
overflow:hidden;
color:red;
width:0px;
background-color:red;
@maxpelic
maxpelic / dabblet.css
Created August 25, 2013 23:15
popmenu
/**
* popmenu
*/
body{
background-color:white;
height:500px;
width:500px;
}
#popnav{
@maxpelic
maxpelic / dabblet.css
Last active December 21, 2015 15:49
popmenu
/**
* popmenu
*/
img{
transition:;
}
#body{
@maxpelic
maxpelic / dabblet.css
Created August 24, 2013 17:28
Button CSS
/**
*Button CSS
*/
#button{
width:auto;
height:auto;
margin:auto;
padding:10px;
@maxpelic
maxpelic / dabblet.css
Created August 23, 2013 16:38
PelicTech
/**
* PelicTech
*/
body{
background-color:#f8f7f6;
}
@maxpelic
maxpelic / dabblet.css
Created August 23, 2013 16:32 — forked from anonymous/dabblet.css
PelicTech
/**
* PelicTech
*/
body{
background-color:#f8f7f6;
}
#space{
height:10px;