
Untitled
By: a guest on
Jun 27th, 2012 | syntax:
None | size: 0.71 KB | hits: 9 | expires: Never
/**
* The first commented line is your dabblet’s title
*/
body {
background: #EDEDED;
}
h1 {
font-size: 120px;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
color: #E3E3E3;
text-shadow: -1px -1px 0px #D9D9D9, 1px 1px 0px #F9F9F9;
width: 500px;
margin: 150px auto;
cursor: pointer;
}
h1:hover {
background: linear-gradient(90deg, #3D85FE, #0068FF);
border-radius: 5px;
box-shadow: 0px 1px 0px #0068FF, 0px 15px 0px #0068FF, 0px 16px 1px #1A4997, 0px -2px 0px #3D85FE, 1px 0px 0px #1A4997, -1px 0px 0px #1A4997;;
color: #fff;
}
h1:active {
transition: 0.1s linear;
margin-top: 160px;
box-shadow: 0px 1px 0px #0068FF, 0px 5px 0px #0068FF, 0px 6px 2px #1A4997, 0px -2px 0px #3D85FE;
}