Skip to content

Instantly share code, notes, and snippets.

View rohitmehtadesign's full-sized avatar

Rohit Mehta rohitmehtadesign

View GitHub Profile
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created October 9, 2012 06:57
Clouds and Rain
/**
* Clouds and Rain */
.wrapper{
height:800px;
padding:50px;
}
body{
background-image: linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created August 9, 2012 07:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: #111;
min-height: 100%;
}
.dot{width:10px; height:10px;background:red; border-radius:100%;border:solid 2px #fff;box-shadow:1px 1px 2px rgba(0,0,0,0.1);margin:150px auto;position:relative;}
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created June 22, 2012 12:23
Clouds and Rain
/**
* Clouds and Rain */
.wrapper{
height:800px;
padding:50px;
}
body{
background-image: linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created June 22, 2012 04:49
Clouds and Rain
/**
* Clouds and Rain */
.wrapper{
height:800px;
padding:50px;
}
body{
background-image: linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created June 22, 2012 02:08
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%;
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created June 21, 2012 11:40
Clouds and Rain
/**
* Clouds and Rain */
.wrapper{
height:800px;
padding:50px;
}
body{
background-image: linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created June 20, 2012 13:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background-image: linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -o-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -moz-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
background-image: -ms-linear-gradient(bottom, rgb(242,243,250) 0%, rgb(186,199,209) 100%);
/* <i> Cloud */
html {
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
}
.cloud {
display: inline-block;
background-color: #fff;
/* <i> Cloud */
html {
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
}
.cloud {
display: inline-block;
background-color: #fff;
@rohitmehtadesign
rohitmehtadesign / dabblet.css
Created January 24, 2012 12:08
Light loader
/**
* Light loader
*/
* {
margin: 0;
padding: 0;
}
html {