CSS3 styles:
background: #FF6347;
color: #E14529;
background: linear-gradient(to bottom, #FF6347 0%, #F05438 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF6347), color-stop(100%, #F05438));
background: -webkit-linear-gradient(top, #FF6347 0%, #F05438 100%);
background: -moz-linear-gradient(top, #FF6347 0%, #F05438 100%);
background: -o-linear-gradient(top, #FF6347 0%, #F05438 100%);
background: -ms-linear-gradient(top, #FF6347 0%, #F05438 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6347', endColorstr='#F05438', GradientType=0);
border: 1px solid #E14529;
text-shadow: 0 1px 0 #FF7256;
-webkit-text-shadow: 0 1px 0 #FF7256;
-moz-text-shadow: 0 1px 0 #FF7256;
box-shadow: inset 0 1px 0 #FF7256;
-webkit-box-shadow: inset 0 1px 0 #FF7256;
-moz-box-shadow: inset 0 1px 0 #FF7256;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.