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