Css Animated Buttons 08-12-2015, 05:03 AM
#1
I enjoy these a lot!
[hide]
.button {
/* stuff that makes people go oooo ahhh */
color: white;
font-family: Arial,Helvetica; /* Trust fall */
font-size: 20px;
text-decoration: none;
text-shadow: -1px -1px 1px #616;
position: relative;
padding: 15px 30px;
margin: 0 10px 0 0;
/* WebKit shit */
-webkit-box-shadow: 5px 5px 0 #000000;/*I use long you can use #000*/
-moz-box-shadow: 5px 5px 0 #000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.button:hover {
/* animate */
top: 5px;
left: 5px;
/* WebKit shit */
-webkit-box-shadow: 0px 0px 0 #666;
-moz-box-shadow: 0px 0px 0 #666;
}
[/hide]
Sorry for some of my comments :3
[hide]
.button {
/* stuff that makes people go oooo ahhh */
color: white;
font-family: Arial,Helvetica; /* Trust fall */
font-size: 20px;
text-decoration: none;
text-shadow: -1px -1px 1px #616;
position: relative;
padding: 15px 30px;
margin: 0 10px 0 0;
/* WebKit shit */
-webkit-box-shadow: 5px 5px 0 #000000;/*I use long you can use #000*/
-moz-box-shadow: 5px 5px 0 #000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.button:hover {
/* animate */
top: 5px;
left: 5px;
/* WebKit shit */
-webkit-box-shadow: 0px 0px 0 #666;
-moz-box-shadow: 0px 0px 0 #666;
}
[/hide]
Sorry for some of my comments :3
[img=0x150]http://imgur.com/BD5LxZb.png[/img]
I'm done being an autism. Â
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)