Skip to content

Instantly share code, notes, and snippets.

View Leonti's full-sized avatar

Leonti Bielski Leonti

View GitHub Profile
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, black, #ccc);
min-height: 100%;
font-size: 0.6em;
}
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, black, #ccc);
min-height: 100%;
font-size: 0.6em;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #ccc, black);
min-height: 100%;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #ccc, black);
min-height: 100%;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #ccc, black);
min-height: 100%;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #ccc, black);
min-height: 100%;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
@Leonti
Leonti / dabblet.css
Created May 21, 2012 22:41
main page
/* main page */
/**
* The first commented line is your dabblet’s title
*/
html {
background: #f06;
background: linear-gradient(45deg, #ccc, black);
min-height: 100%;
font-family: 'Palatino Linotype',Palatino,Georgia,serif;
@Leonti
Leonti / dabblet.css
Created November 28, 2012 22:27
Untitled
html, body {
height: 100%;
width: 100%;
}
.content {
background: yellow;
height: 100%;
width: 100%;
display: table;
}
@Leonti
Leonti / dabblet.css
Created November 28, 2012 22:28
Add shadows to at least avatar, maybe paper-like background to card?
/* Add shadows to at least avatar, maybe paper-like background to card? */
html, body {
height: 100%;
width: 100%;
font-family: 'Myriad Pro','Gill Sans','Gill Sans MT','Calibri',sans-serif;
padding: 0;
margin: 0;
color: #555;
background: #f2f2f2;
}
@Leonti
Leonti / dabblet.css
Created November 29, 2012 15:10
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;