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