Skip to content

Instantly share code, notes, and snippets.

View FatihEsen's full-sized avatar

Fatih Esen FatihEsen

View GitHub Profile
@FatihEsen
FatihEsen / dabblet.css
Created February 14, 2014 18:44
Untitled
h1 { elevation: above; }
p:hover {
display:block;
background:#432;
width:200px;
height:200px;
transform: rotate(30deg);
-ms-transform: rotate(30deg); /* IE 9 */
-webkit-transform: rotate(30deg); /* Safari and Chrome */
@FatihEsen
FatihEsen / dabblet.css
Created July 27, 2013 13:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: linear-gradient(30deg, #f60, #ffc);
min-height: 100%;
}
.footer {
background-color: #f60;
bottom: 0px;
@FatihEsen
FatihEsen / dabblet.css
Created July 27, 2013 13:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #222;
background: linear-gradient(45deg, #f60, #f20);
min-height: 100%;
}
.footer {
background-color: #f60;