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