Skip to content

Instantly share code, notes, and snippets.

@angp4o
angp4o / dabblet.css
Created March 21, 2013 09:31
Android Robot CSS Only
/**
* Android Robot CSS Only
*/
.android{
position: absolute;
top: 150px;
left: 480px;
}
@angp4o
angp4o / dabblet.css
Created March 21, 2013 11:35
Android Robot CSS Only
/**
* Android Robot CSS Only
*/
.android{
position: absolute;
top: 150px;
left: 480px;
}
@angp4o
angp4o / dabblet.css
Created March 21, 2013 11:39
Desktop Square Internet Group
/**
* Desktop Square Internet Group
*/
body {
background-image: url(background.jpg);
background-repeat: no-repeat;
background-color: #000000;
}
@angp4o
angp4o / dabblet.css
Created March 28, 2013 07:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.bmw{
position: absolute;
@angp4o
angp4o / dabblet.css
Created March 28, 2013 07:32
BMW Logo
/**
* BMW Logo
*/
body{
background: #fff;
}
.border{
position: absolute;
width: 600px;
height: 600px;